#30B9BE

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

Shades of Light Sea Green #30B9BE

Tints of Light Sea Green #30B9BE

Color information

#30B9BE (or 0x30B9BE) is unknown color: approx Light Sea Green. HEX triplet: 30, B9 and BE. RGB value is (48,185,190). Sum of RGB (Red+Green+Blue) = 48+185+190=423 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.35% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #30B9BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B9BE is #CF4641. Grayscale: #909090. Windows color (decimal): -13583938 or 12499248. OLE color: 12499248.

HSL color Cylindrical-coordinate representation of color #30B9BE: hue angle of 182.11º 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 #30B9BE is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB48185190-
CMYK0.750.0300.25
HSL182.11º59.66%46.67%-
HSV(B)182.11º74.74%74.51%-
XYZ27.8639.0454.78-
YUV144.61153.6159.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.35%
GREEN value IS 185 (72.66% from 255) = 43.74%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=11.35%
G=43.74%
B=44.92%

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
Decimal481851900.750.0300.25182.1159.6646.67
Hex30B9BE4B3019b63c2f
Octal6027127611330312667457
Binary110000101110011011111010010111101100110110110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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