#30B8BE

Color #30B8BE Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #30B8BE

Tints of Light Sea Green #30B8BE

Color information

#30B8BE (or 0x30B8BE) is unknown color: approx Light Sea Green. HEX triplet: 30, B8 and BE. RGB value is (48,184,190). Sum of RGB (Red+Green+Blue) = 48+184+190=422 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.37% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #30B8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B8BE is #CF4741. Grayscale: #8F8F8F. Windows color (decimal): -13584194 or 12498992. OLE color: 12498992.

HSL color Cylindrical-coordinate representation of color #30B8BE: hue angle of 182.54º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30B8BE is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB48184190-
CMYK0.750.0300.25
HSL182.54º59.66%46.67%-
HSV(B)182.54º74.74%74.51%-
XYZ27.6538.6354.71-
YUV144.02153.9459.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 11.37%
GREEN value IS 184 (72.27% from 255) = 43.60%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=11.37%
G=43.60%
B=45.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481841900.750.0300.25182.5459.6646.67
Hex30B8BE4B3019b73c2f
Octal6027027611330312677457
Binary110000101110001011111010010111101100110110111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30B8BE; }

 p { color: rgb(48,184,190); }

 H1.HeaderClassName
 {
   color: #30B8BE;
 }
 .AnyTagClassName
 {
   color: #30B8BE;
 }
</style>
background-color css

<style>
 a { background-color: #30B8BE; }

 a { background-color: rgb(48,184,190); }

 div.DivClassName
 {
   background-color: #30B8BE;
 }
 .BgClassName
 {
   background-color: #30B8BE;
 }
</style>
border-color css

<style>
 span { border-color: #30B8BE; }

 span { border-color: rgb(48,184,190); }

 td.TdClassName
 {
   border-color: #30B8BE;
 }
 .TagClassName
 {
   border-color: #30B8BE;
 }
</style>