Html Css Color HEX #1CBAAF Light Sea Green

📋 copy color: '#1CBAAF'

red 28 ◦ green 186 ◦ blue 175

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

Shades of Light Sea Green #1CBAAF

Tints of Light Sea Green #1CBAAF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.81%

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 7.2%
G = 47.81%
B = 44.99%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#1CBAAF (or 0x1CBAAF) is known color: Light Sea Green. HEX triplet: 1C, BA and AF. RGB value is (28,186,175). Sum of RGB (Red+Green+Blue) = 28+186+175=389 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.20% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBAAF is #E34550. Grayscale: #898989. Windows color (decimal): -14894417 or 11516444. OLE color: 11516444.

HSL color Cylindrical-coordinate representation of color #1CBAAF: hue angle of 175.82º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBAAF is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 186 175 -
CMYK 0.85 0 0.06 0.27
HSL 175.82º 0.74% 0.42% -
HSV(B) 175.82º 0.85% 0.73% -
XYZ 25.78 38.46 46.62 -
YUV 137.5 149.15 49.89 -
System Red Green Blue C M Y K H S L
Decimal 28 186 175 0.85 0 0.06 0.27 175.82 0.74 0.42
Hex 1C BA AF 55 0 6 1B B0 4A 2A
Octal 34 272 257 125 0 6 33 260 112 52
Binary 11100 10111010 10101111 1010101 0 110 11011 10110000 1001010 101010

Color Harmonies of #1CBAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBAAF

Black with #1CBAAF

Text Example


Text Example

White with #1CBAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,186,175); }

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

background-color css

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

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

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

border-color css

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

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

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