Html Css Color HEX #1CAD9B Light Sea Green

📋 copy color: '#1CAD9B'

red 28 ◦ green 173 ◦ blue 155

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

Shades of Light Sea Green #1CAD9B

Tints of Light Sea Green #1CAD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.54%

R = 7.87%
G = 48.6%
B = 43.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#1CAD9B (or 0x1CAD9B) is known color: Light Sea Green. HEX triplet: 1C, AD and 9B. RGB value is (28,173,155). Sum of RGB (Red+Green+Blue) = 28+173+155=356 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.87% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAD9B is #E35264. Grayscale: #7F7F7F. Windows color (decimal): -14897765 or 10202396. OLE color: 10202396.

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

Color convert

RGB 28 173 155 -
CMYK 0.84 0 0.10 0.32
HSL 172.55º 0.72% 0.39% -
HSV(B) 172.55º 0.84% 0.68% -
XYZ 21.34 32.5 36.16 -
YUV 127.59 143.46 56.96 -
System Red Green Blue C M Y K H S L
Decimal 28 173 155 0.84 0 0.10 0.32 172.55 0.72 0.39
Hex 1C AD 9B 54 0 A 20 AD 48 27
Octal 34 255 233 124 0 12 40 255 110 47
Binary 11100 10101101 10011011 1010100 0 1010 100000 10101101 1001000 100111

Color Harmonies of #1CAD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAD9B

Black with #1CAD9B

Text Example


Text Example

White with #1CAD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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