Html Css Color HEX #1CD0AD Light Sea Green

📋 copy color: '#1CD0AD'

red 28 ◦ green 208 ◦ blue 173

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

Shades of Light Sea Green #1CD0AD

Tints of Light Sea Green #1CD0AD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.86%

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

R = 6.85%
G = 50.86%
B = 42.3%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#1CD0AD (or 0x1CD0AD) is known color: Light Sea Green. HEX triplet: 1C, D0 and AD. RGB value is (28,208,173). Sum of RGB (Red+Green+Blue) = 28+208+173=409 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.85% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD0AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CD0AD is #E32F52. Grayscale: #969696. Windows color (decimal): -14888787 or 11391004. OLE color: 11391004.

HSL color Cylindrical-coordinate representation of color #1CD0AD: hue angle of 168.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD0AD is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 28 208 173 -
CMYK 0.87 0 0.17 0.18
HSL 168.33º 0.76% 0.46% -
HSV(B) 168.33º 0.87% 0.82% -
XYZ 30.58 48.38 47.26 -
YUV 150.19 140.87 40.85 -
System Red Green Blue C M Y K H S L
Decimal 28 208 173 0.87 0 0.17 0.18 168.33 0.76 0.46
Hex 1C D0 AD 57 0 11 12 A8 4C 2E
Octal 34 320 255 127 0 21 22 250 114 56
Binary 11100 11010000 10101101 1010111 0 10001 10010 10101000 1001100 101110

Color Harmonies of #1CD0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD0AD

Black with #1CD0AD

Text Example


Text Example

White with #1CD0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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