Html Css Color HEX #1CBBB6 Light Sea Green

📋 copy color: '#1CBBB6'

red 28 ◦ green 187 ◦ blue 182

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

Shades of Light Sea Green #1CBBB6

Tints of Light Sea Green #1CBBB6

RGB

 RED value IS 28 (11.33% from 255) = 7.05%

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

 BLUE value IS 182 (71.48% from 255) = 45.84%

R = 7.05%
G = 47.1%
B = 45.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#1CBBB6 (or 0x1CBBB6) is known color: Light Sea Green. HEX triplet: 1C, BB and B6. RGB value is (28,187,182). Sum of RGB (Red+Green+Blue) = 28+187+182=397 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.05% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBBB6 is #E34449. Grayscale: #8A8A8A. Windows color (decimal): -14894154 or 11975452. OLE color: 11975452.

HSL color Cylindrical-coordinate representation of color #1CBBB6: hue angle of 178.11º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBBB6 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 187 182 -
CMYK 0.85 0 0.03 0.27
HSL 178.11º 0.74% 0.42% -
HSV(B) 178.11º 0.85% 0.73% -
XYZ 26.69 39.16 50.41 -
YUV 138.89 152.32 48.91 -
System Red Green Blue C M Y K H S L
Decimal 28 187 182 0.85 0 0.03 0.27 178.11 0.74 0.42
Hex 1C BB B6 55 0 3 1B B2 4A 2A
Octal 34 273 266 125 0 3 33 262 112 52
Binary 11100 10111011 10110110 1010101 0 11 11011 10110010 1001010 101010

Color Harmonies of #1CBBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBBB6

Black with #1CBBB6

Text Example


Text Example

White with #1CBBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CBBB6; }

 p { color: rgb(28,187,182); }

 H1.HeaderClassName
 {
   color: #1CBBB6;
 }
 .AnyTagClassName
 {
   color: #1CBBB6;
 }
</style>

background-color css

<style>
 a { background-color: #1CBBB6; }

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

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

border-color css

<style>
 span { border-color: #1CBBB6; }

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

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