Html Css Color HEX #1CBAAC Light Sea Green

📋 copy color: '#1CBAAC'

red 28 ◦ green 186 ◦ blue 172

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

Shades of Light Sea Green #1CBAAC

Tints of Light Sea Green #1CBAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 7.25%
G = 48.19%
B = 44.56%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#1CBAAC (or 0x1CBAAC) is known color: Light Sea Green. HEX triplet: 1C, BA and AC. RGB value is (28,186,172). Sum of RGB (Red+Green+Blue) = 28+186+172=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBAAC is #E34553. Grayscale: #898989. Windows color (decimal): -14894420 or 11319836. OLE color: 11319836.

HSL color Cylindrical-coordinate representation of color #1CBAAC: hue angle of 174.68º 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 #1CBAAC is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 186 172 -
CMYK 0.85 0 0.08 0.27
HSL 174.68º 0.74% 0.42% -
HSV(B) 174.68º 0.85% 0.73% -
XYZ 25.48 38.34 45.09 -
YUV 137.16 147.65 50.14 -
System Red Green Blue C M Y K H S L
Decimal 28 186 172 0.85 0 0.08 0.27 174.68 0.74 0.42
Hex 1C BA AC 55 0 8 1B AF 4A 2A
Octal 34 272 254 125 0 10 33 257 112 52
Binary 11100 10111010 10101100 1010101 0 1000 11011 10101111 1001010 101010

Color Harmonies of #1CBAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBAAC

Black with #1CBAAC

Text Example


Text Example

White with #1CBAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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