Html Css Color HEX #1CBCAC Light Sea Green

📋 copy color: '#1CBCAC'

red 28 ◦ green 188 ◦ blue 172

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

Shades of Light Sea Green #1CBCAC

Tints of Light Sea Green #1CBCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.45%

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

R = 7.22%
G = 48.45%
B = 44.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#1CBCAC (or 0x1CBCAC) is known color: Light Sea Green. HEX triplet: 1C, BC and AC. RGB value is (28,188,172). Sum of RGB (Red+Green+Blue) = 28+188+172=388 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.22% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBCAC is #E34353. Grayscale: #8A8A8A. Windows color (decimal): -14893908 or 11320348. OLE color: 11320348.

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

Color convert

RGB 28 188 172 -
CMYK 0.85 0 0.09 0.26
HSL 174º 0.74% 0.42% -
HSV(B) 174º 0.85% 0.74% -
XYZ 25.91 39.19 45.23 -
YUV 138.34 146.99 49.3 -
System Red Green Blue C M Y K H S L
Decimal 28 188 172 0.85 0 0.09 0.26 174 0.74 0.42
Hex 1C BC AC 55 0 9 1A AE 4A 2A
Octal 34 274 254 125 0 11 32 256 112 52
Binary 11100 10111100 10101100 1010101 0 1001 11010 10101110 1001010 101010

Color Harmonies of #1CBCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBCAC

Black with #1CBCAC

Text Example


Text Example

White with #1CBCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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