Html Css Color HEX #30BBB0 Light Sea Green

📋 copy color: '#30BBB0'

red 48 ◦ green 187 ◦ blue 176

#30BBB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #30BBB0

Tints of Light Sea Green #30BBB0

RGB

 RED value IS 48 (19.14% from 255) = 11.68%

 GREEN value IS 187 (73.44% from 255) = 45.5%

 BLUE value IS 176 (69.14% from 255) = 42.82%

R = 11.68%
G = 45.5%
B = 42.82%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#30BBB0 (or 0x30BBB0) is known color: Light Sea Green. HEX triplet: 30, BB and B0. RGB value is (48,187,176). Sum of RGB (Red+Green+Blue) = 48+187+176=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #30BBB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BBB0 is #CF444F. Grayscale: #909090. Windows color (decimal): -13583440 or 11582256. OLE color: 11582256.

HSL color Cylindrical-coordinate representation of color #30BBB0: hue angle of 175.25º 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 #30BBB0 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 187 176 -
CMYK 0.74 0 0.06 0.27
HSL 175.25º 0.59% 0.46% -
HSV(B) 175.25º 0.74% 0.73% -
XYZ 26.83 39.3 47.25 -
YUV 144.19 145.95 59.39 -
System Red Green Blue C M Y K H S L
Decimal 48 187 176 0.74 0 0.06 0.27 175.25 0.59 0.46
Hex 30 BB B0 4A 0 6 1B AF 3B 2E
Octal 60 273 260 112 0 6 33 257 73 56
Binary 110000 10111011 10110000 1001010 0 110 11011 10101111 111011 101110

Color Harmonies of #30BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BBB0

Black with #30BBB0

Text Example


Text Example

White with #30BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30BBB0;
 }
 .AnyTagClassName
 {
   color: #30BBB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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