Html Css Color HEX #1CAD9D Light Sea Green

📋 copy color: '#1CAD9D'

red 28 ◦ green 173 ◦ blue 157

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

Shades of Light Sea Green #1CAD9D

Tints of Light Sea Green #1CAD9D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.32%

 BLUE value IS 157 (61.72% from 255) = 43.85%

R = 7.82%
G = 48.32%
B = 43.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#1CAD9D (or 0x1CAD9D) is known color: Light Sea Green. HEX triplet: 1C, AD and 9D. RGB value is (28,173,157). Sum of RGB (Red+Green+Blue) = 28+173+157=358 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.82% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAD9D is #E35262. Grayscale: #7F7F7F. Windows color (decimal): -14897763 or 10333468. OLE color: 10333468.

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

Color convert

RGB 28 173 157 -
CMYK 0.84 0 0.09 0.32
HSL 173.38º 0.72% 0.39% -
HSV(B) 173.38º 0.84% 0.68% -
XYZ 21.51 32.57 37.05 -
YUV 127.82 144.46 56.8 -
System Red Green Blue C M Y K H S L
Decimal 28 173 157 0.84 0 0.09 0.32 173.38 0.72 0.39
Hex 1C AD 9D 54 0 9 20 AD 48 27
Octal 34 255 235 124 0 11 40 255 110 47
Binary 11100 10101101 10011101 1010100 0 1001 100000 10101101 1001000 100111

Color Harmonies of #1CAD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAD9D

Black with #1CAD9D

Text Example


Text Example

White with #1CAD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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