Html Css Color HEX #1CA6AD Light Sea Green

📋 copy color: '#1CA6AD'

red 28 ◦ green 166 ◦ blue 173

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

Shades of Light Sea Green #1CA6AD

Tints of Light Sea Green #1CA6AD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.23%

 BLUE value IS 173 (67.97% from 255) = 47.14%

R = 7.63%
G = 45.23%
B = 47.14%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1CA6AD (or 0x1CA6AD) is known color: Light Sea Green. HEX triplet: 1C, A6 and AD. RGB value is (28,166,173). Sum of RGB (Red+Green+Blue) = 28+166+173=367 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.63% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #1CA6AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA6AD is #E35952. Grayscale: #7D7D7D. Windows color (decimal): -14899539 or 11380252. OLE color: 11380252.

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

Color convert

RGB 28 166 173 -
CMYK 0.84 0.04 0 0.32
HSL 182.9º 0.72% 0.39% -
HSV(B) 182.9º 0.84% 0.68% -
XYZ 21.66 30.54 44.29 -
YUV 125.54 154.78 58.43 -
System Red Green Blue C M Y K H S L
Decimal 28 166 173 0.84 0.04 0 0.32 182.9 0.72 0.39
Hex 1C A6 AD 54 4 0 20 B7 48 27
Octal 34 246 255 124 4 0 40 267 110 47
Binary 11100 10100110 10101101 1010100 100 0 100000 10110111 1001000 100111

Color Harmonies of #1CA6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA6AD

Black with #1CA6AD

Text Example


Text Example

White with #1CA6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,166,173); }

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

background-color css

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

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

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

border-color css

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

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

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