Html Css Color HEX #1CD0AF Light Sea Green

📋 copy color: '#1CD0AF'

red 28 ◦ green 208 ◦ blue 175

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

Shades of Light Sea Green #1CD0AF

Tints of Light Sea Green #1CD0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.58%

R = 6.81%
G = 50.61%
B = 42.58%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#1CD0AF (or 0x1CD0AF) is known color: Light Sea Green. HEX triplet: 1C, D0 and AF. RGB value is (28,208,175). Sum of RGB (Red+Green+Blue) = 28+208+175=411 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.81% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CD0AF is #E32F50. Grayscale: #969696. Windows color (decimal): -14888785 or 11522076. OLE color: 11522076.

HSL color Cylindrical-coordinate representation of color #1CD0AF: hue angle of 169º 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 #1CD0AF is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 28 208 175 -
CMYK 0.87 0 0.16 0.18
HSL 169º 0.76% 0.46% -
HSV(B) 169º 0.87% 0.82% -
XYZ 30.77 48.45 48.29 -
YUV 150.42 141.87 40.68 -
System Red Green Blue C M Y K H S L
Decimal 28 208 175 0.87 0 0.16 0.18 169 0.76 0.46
Hex 1C D0 AF 57 0 10 12 A9 4C 2E
Octal 34 320 257 127 0 20 22 251 114 56
Binary 11100 11010000 10101111 1010111 0 10000 10010 10101001 1001100 101110

Color Harmonies of #1CD0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD0AF

Black with #1CD0AF

Text Example


Text Example

White with #1CD0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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