Html Css Color HEX #1CACBA Light Sea Green

📋 copy color: '#1CACBA'

red 28 ◦ green 172 ◦ blue 186

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

Shades of Light Sea Green #1CACBA

Tints of Light Sea Green #1CACBA

RGB

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

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

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

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

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1CACBA (or 0x1CACBA) is known color: Light Sea Green. HEX triplet: 1C, AC and BA. RGB value is (28,172,186). Sum of RGB (Red+Green+Blue) = 28+172+186=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #1CACBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CACBA is #E35345. Grayscale: #828282. Windows color (decimal): -14897990 or 12233756. OLE color: 12233756.

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

Color convert

RGB 28 172 186 -
CMYK 0.85 0.08 0 0.27
HSL 185.32º 0.74% 0.42% -
HSV(B) 185.32º 0.85% 0.73% -
XYZ 24.09 33.3 51.61 -
YUV 130.54 159.29 54.86 -
System Red Green Blue C M Y K H S L
Decimal 28 172 186 0.85 0.08 0 0.27 185.32 0.74 0.42
Hex 1C AC BA 55 8 0 1B B9 4A 2A
Octal 34 254 272 125 10 0 33 271 112 52
Binary 11100 10101100 10111010 1010101 1000 0 11011 10111001 1001010 101010

Color Harmonies of #1CACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CACBA

Black with #1CACBA

Text Example


Text Example

White with #1CACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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