Html Css Color HEX #1CBFAB Light Sea Green

📋 copy color: '#1CBFAB'

red 28 ◦ green 191 ◦ blue 171

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

Shades of Light Sea Green #1CBFAB

Tints of Light Sea Green #1CBFAB

RGB

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

 GREEN value IS 191 (75% from 255) = 48.97%

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

R = 7.18%
G = 48.97%
B = 43.85%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#1CBFAB (or 0x1CBFAB) is known color: Light Sea Green. HEX triplet: 1C, BF and AB. RGB value is (28,191,171). Sum of RGB (Red+Green+Blue) = 28+191+171=390 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.18% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #1CBFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBFAB is #E34054. Grayscale: #8B8B8B. Windows color (decimal): -14893141 or 11255580. OLE color: 11255580.

HSL color Cylindrical-coordinate representation of color #1CBFAB: hue angle of 172.64º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBFAB is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 191 171 -
CMYK 0.85 0 0.10 0.25
HSL 172.64º 0.74% 0.43% -
HSV(B) 172.64º 0.85% 0.75% -
XYZ 26.46 40.45 44.94 -
YUV 139.98 145.5 48.13 -
System Red Green Blue C M Y K H S L
Decimal 28 191 171 0.85 0 0.10 0.25 172.64 0.74 0.43
Hex 1C BF AB 55 0 A 19 AD 4A 2B
Octal 34 277 253 125 0 12 31 255 112 53
Binary 11100 10111111 10101011 1010101 0 1010 11001 10101101 1001010 101011

Color Harmonies of #1CBFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBFAB

Black with #1CBFAB

Text Example


Text Example

White with #1CBFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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