Html Css Color HEX #1CB8AC Light Sea Green

📋 copy color: '#1CB8AC'

red 28 ◦ green 184 ◦ blue 172

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

Shades of Light Sea Green #1CB8AC

Tints of Light Sea Green #1CB8AC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.92%

 BLUE value IS 172 (67.58% from 255) = 44.79%

R = 7.29%
G = 47.92%
B = 44.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#1CB8AC (or 0x1CB8AC) is known color: Light Sea Green. HEX triplet: 1C, B8 and AC. RGB value is (28,184,172). Sum of RGB (Red+Green+Blue) = 28+184+172=384 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.29% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #1CB8AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB8AC is #E34753. Grayscale: #878787. Windows color (decimal): -14894932 or 11319324. OLE color: 11319324.

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

Color convert

RGB 28 184 172 -
CMYK 0.85 0 0.07 0.28
HSL 175.38º 0.74% 0.42% -
HSV(B) 175.38º 0.85% 0.72% -
XYZ 25.07 37.51 44.95 -
YUV 135.99 148.32 50.98 -
System Red Green Blue C M Y K H S L
Decimal 28 184 172 0.85 0 0.07 0.28 175.38 0.74 0.42
Hex 1C B8 AC 55 0 7 1C AF 4A 2A
Octal 34 270 254 125 0 7 34 257 112 52
Binary 11100 10111000 10101100 1010101 0 111 11100 10101111 1001010 101010

Color Harmonies of #1CB8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB8AC

Black with #1CB8AC

Text Example


Text Example

White with #1CB8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,184,172); }

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

background-color css

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

 a { background-color: rgb(28,184,172); }

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

border-color css

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

 span { border-color: rgb(28,184,172); }

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