Html Css Color HEX #1CBBAE Light Sea Green

📋 copy color: '#1CBBAE'

red 28 ◦ green 187 ◦ blue 174

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

Shades of Light Sea Green #1CBBAE

Tints of Light Sea Green #1CBBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.73%

R = 7.2%
G = 48.07%
B = 44.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#1CBBAE (or 0x1CBBAE) is known color: Light Sea Green. HEX triplet: 1C, BB and AE. RGB value is (28,187,174). Sum of RGB (Red+Green+Blue) = 28+187+174=389 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.20% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBBAE is #E34451. Grayscale: #898989. Windows color (decimal): -14894162 or 11451164. OLE color: 11451164.

HSL color Cylindrical-coordinate representation of color #1CBBAE: hue angle of 175.09º 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 #1CBBAE is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 187 174 -
CMYK 0.85 0 0.07 0.27
HSL 175.09º 0.74% 0.42% -
HSV(B) 175.09º 0.85% 0.73% -
XYZ 25.89 38.84 46.18 -
YUV 137.98 148.32 49.56 -
System Red Green Blue C M Y K H S L
Decimal 28 187 174 0.85 0 0.07 0.27 175.09 0.74 0.42
Hex 1C BB AE 55 0 7 1B AF 4A 2A
Octal 34 273 256 125 0 7 33 257 112 52
Binary 11100 10111011 10101110 1010101 0 111 11011 10101111 1001010 101010

Color Harmonies of #1CBBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBBAE

Black with #1CBBAE

Text Example


Text Example

White with #1CBBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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