Html Css Color HEX #1CB4AB Light Sea Green

📋 copy color: '#1CB4AB'

red 28 ◦ green 180 ◦ blue 171

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

Shades of Light Sea Green #1CB4AB

Tints of Light Sea Green #1CB4AB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.49%

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 7.39%
G = 47.49%
B = 45.12%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#1CB4AB (or 0x1CB4AB) is known color: Light Sea Green. HEX triplet: 1C, B4 and AB. RGB value is (28,180,171). Sum of RGB (Red+Green+Blue) = 28+180+171=379 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.39% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB4AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB4AB is #E34B54. Grayscale: #858585. Windows color (decimal): -14895957 or 11252764. OLE color: 11252764.

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

Color convert

RGB 28 180 171 -
CMYK 0.84 0 0.05 0.29
HSL 176.45º 0.73% 0.41% -
HSV(B) 176.45º 0.84% 0.71% -
XYZ 24.15 35.83 44.17 -
YUV 133.53 149.14 52.73 -
System Red Green Blue C M Y K H S L
Decimal 28 180 171 0.84 0 0.05 0.29 176.45 0.73 0.41
Hex 1C B4 AB 54 0 5 1D B0 49 29
Octal 34 264 253 124 0 5 35 260 111 51
Binary 11100 10110100 10101011 1010100 0 101 11101 10110000 1001001 101001

Color Harmonies of #1CB4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB4AB

Black with #1CB4AB

Text Example


Text Example

White with #1CB4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,180,171); }

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

background-color css

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

 a { background-color: rgb(28,180,171); }

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

border-color css

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

 span { border-color: rgb(28,180,171); }

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