Html Css Color HEX #1CB2AC Light Sea Green

📋 copy color: '#1CB2AC'

red 28 ◦ green 178 ◦ blue 172

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

Shades of Light Sea Green #1CB2AC

Tints of Light Sea Green #1CB2AC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.09%

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

R = 7.41%
G = 47.09%
B = 45.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#1CB2AC (or 0x1CB2AC) is known color: Light Sea Green. HEX triplet: 1C, B2 and AC. RGB value is (28,178,172). Sum of RGB (Red+Green+Blue) = 28+178+172=378 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.41% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB2AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CB2AC is #E34D53. Grayscale: #848484. Windows color (decimal): -14896468 or 11317788. OLE color: 11317788.

HSL color Cylindrical-coordinate representation of color #1CB2AC: hue angle of 177.6º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB2AC is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 28 178 172 -
CMYK 0.84 0 0.03 0.30
HSL 177.6º 0.73% 0.4% -
HSV(B) 177.6º 0.84% 0.7% -
XYZ 23.85 35.07 44.54 -
YUV 132.47 150.31 53.49 -
System Red Green Blue C M Y K H S L
Decimal 28 178 172 0.84 0 0.03 0.30 177.6 0.73 0.4
Hex 1C B2 AC 54 0 3 1E B2 49 28
Octal 34 262 254 124 0 3 36 262 111 50
Binary 11100 10110010 10101100 1010100 0 11 11110 10110010 1001001 101000

Color Harmonies of #1CB2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB2AC

Black with #1CB2AC

Text Example


Text Example

White with #1CB2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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