Html Css Color HEX #1CB3AA Light Sea Green

📋 copy color: '#1CB3AA'

red 28 ◦ green 179 ◦ blue 170

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

Shades of Light Sea Green #1CB3AA

Tints of Light Sea Green #1CB3AA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.48%

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 7.43%
G = 47.48%
B = 45.09%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#1CB3AA (or 0x1CB3AA) is known color: Light Sea Green. HEX triplet: 1C, B3 and AA. RGB value is (28,179,170). Sum of RGB (Red+Green+Blue) = 28+179+170=377 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.43% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB3AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB3AA is #E34C55. Grayscale: #848484. Windows color (decimal): -14896214 or 11186972. OLE color: 11186972.

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

Color convert

RGB 28 179 170 -
CMYK 0.84 0 0.05 0.30
HSL 176.42º 0.73% 0.41% -
HSV(B) 176.42º 0.84% 0.7% -
XYZ 23.85 35.39 43.6 -
YUV 132.83 148.97 53.23 -
System Red Green Blue C M Y K H S L
Decimal 28 179 170 0.84 0 0.05 0.30 176.42 0.73 0.41
Hex 1C B3 AA 54 0 5 1E B0 49 29
Octal 34 263 252 124 0 5 36 260 111 51
Binary 11100 10110011 10101010 1010100 0 101 11110 10110000 1001001 101001

Color Harmonies of #1CB3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB3AA

Black with #1CB3AA

Text Example


Text Example

White with #1CB3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,179,170); }

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

background-color css

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

 a { background-color: rgb(28,179,170); }

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

border-color css

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

 span { border-color: rgb(28,179,170); }

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