Html Css Color HEX #1CABAB Light Sea Green

📋 copy color: '#1CABAB'

red 28 ◦ green 171 ◦ blue 171

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

Shades of Light Sea Green #1CABAB

Tints of Light Sea Green #1CABAB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.22%

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

R = 7.57%
G = 46.22%
B = 46.22%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1CABAB (or 0x1CABAB) is known color: Light Sea Green. HEX triplet: 1C, AB and AB. RGB value is (28,171,171). Sum of RGB (Red+Green+Blue) = 28+171+171=370 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.57% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #1CABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CABAB is #E35454. Grayscale: #808080. Windows color (decimal): -14898261 or 11250460. OLE color: 11250460.

HSL color Cylindrical-coordinate representation of color #1CABAB: hue angle of 180º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CABAB is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 171 171 -
CMYK 0.84 0 0 0.33
HSL 180º 0.72% 0.39% -
HSV(B) 180º 0.84% 0.67% -
XYZ 22.39 32.31 43.58 -
YUV 128.24 152.12 56.5 -
System Red Green Blue C M Y K H S L
Decimal 28 171 171 0.84 0 0 0.33 180 0.72 0.39
Hex 1C AB AB 54 0 0 21 B4 48 27
Octal 34 253 253 124 0 0 41 264 110 47
Binary 11100 10101011 10101011 1010100 0 0 100001 10110100 1001000 100111

Color Harmonies of #1CABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CABAB

Black with #1CABAB

Text Example


Text Example

White with #1CABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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