Html Css Color HEX #1CA8AD Light Sea Green

📋 copy color: '#1CA8AD'

red 28 ◦ green 168 ◦ blue 173

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

Shades of Light Sea Green #1CA8AD

Tints of Light Sea Green #1CA8AD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.53%

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

R = 7.59%
G = 45.53%
B = 46.88%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1CA8AD (or 0x1CA8AD) is known color: Light Sea Green. HEX triplet: 1C, A8 and AD. RGB value is (28,168,173). Sum of RGB (Red+Green+Blue) = 28+168+173=369 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.59% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #1CA8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA8AD is #E35752. Grayscale: #7E7E7E. Windows color (decimal): -14899027 or 11380764. OLE color: 11380764.

HSL color Cylindrical-coordinate representation of color #1CA8AD: hue angle of 182.07º 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 #1CA8AD is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 168 173 -
CMYK 0.84 0.03 0 0.32
HSL 182.07º 0.72% 0.39% -
HSV(B) 182.07º 0.84% 0.68% -
XYZ 22.02 31.27 44.41 -
YUV 126.71 154.12 57.59 -
System Red Green Blue C M Y K H S L
Decimal 28 168 173 0.84 0.03 0 0.32 182.07 0.72 0.39
Hex 1C A8 AD 54 3 0 20 B6 48 27
Octal 34 250 255 124 3 0 40 266 110 47
Binary 11100 10101000 10101101 1010100 11 0 100000 10110110 1001000 100111

Color Harmonies of #1CA8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA8AD

Black with #1CA8AD

Text Example


Text Example

White with #1CA8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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