#30BBBB

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

Shades of Light Sea Green #30BBBB

Tints of Light Sea Green #30BBBB

Color information

#30BBBB (or 0x30BBBB) is unknown color: approx Light Sea Green. HEX triplet: 30, BB and BB. RGB value is (48,187,187). Sum of RGB (Red+Green+Blue) = 48+187+187=422 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.37% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #30BBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BBBB is #CF4444. Grayscale: #919191. Windows color (decimal): -13583429 or 12303152. OLE color: 12303152.

HSL color Cylindrical-coordinate representation of color #30BBBB: hue angle of 180º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BBBB is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48187187-
CMYK0.74000.27
HSL180º59.15%46.08%-
HSV(B)180º74.33%73.33%-
XYZ27.9639.7653.21-
YUV145.44151.4558.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.37%
GREEN value IS 187 (73.44% from 255) = 44.31%
BLUE value IS 187 (73.44% from 255) = 44.31%
R=11.37%
G=44.31%
B=44.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481871870.74000.2718059.1546.08
Hex30BBBB4A001Bb43b2e
Octal6027327311200332647356
Binary11000010111011101110111001010001101110110100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,187,187); }

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

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

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

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

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

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

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