Html Css Color HEX #1CACB9 Light Sea Green

📋 copy color: '#1CACB9'

red 28 ◦ green 172 ◦ blue 185

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

Shades of Light Sea Green #1CACB9

Tints of Light Sea Green #1CACB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.05%

R = 7.27%
G = 44.68%
B = 48.05%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1CACB9 (or 0x1CACB9) is known color: Light Sea Green. HEX triplet: 1C, AC and B9. RGB value is (28,172,185). Sum of RGB (Red+Green+Blue) = 28+172+185=385 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.27% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #1CACB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CACB9 is #E35346. Grayscale: #828282. Windows color (decimal): -14897991 or 12168220. OLE color: 12168220.

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

Color convert

RGB 28 172 185 -
CMYK 0.85 0.07 0 0.27
HSL 184.97º 0.74% 0.42% -
HSV(B) 184.97º 0.85% 0.73% -
XYZ 23.99 33.25 51.05 -
YUV 130.43 158.79 54.94 -
System Red Green Blue C M Y K H S L
Decimal 28 172 185 0.85 0.07 0 0.27 184.97 0.74 0.42
Hex 1C AC B9 55 7 0 1B B9 4A 2A
Octal 34 254 271 125 7 0 33 271 112 52
Binary 11100 10101100 10111001 1010101 111 0 11011 10111001 1001010 101010

Color Harmonies of #1CACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CACB9

Black with #1CACB9

Text Example


Text Example

White with #1CACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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