Html Css Color HEX #1DC1AF Light Sea Green

📋 copy color: '#1DC1AF'

red 29 ◦ green 193 ◦ blue 175

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

Shades of Light Sea Green #1DC1AF

Tints of Light Sea Green #1DC1AF

RGB

 RED value IS 29 (11.72% from 255) = 7.3%

 GREEN value IS 193 (75.78% from 255) = 48.61%

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

R = 7.3%
G = 48.61%
B = 44.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#1DC1AF (or 0x1DC1AF) is known color: Light Sea Green. HEX triplet: 1D, C1 and AF. RGB value is (29,193,175). Sum of RGB (Red+Green+Blue) = 29+193+175=397 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.30% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC1AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC1AF is #E23E50. Grayscale: #8D8D8D. Windows color (decimal): -14827089 or 11518237. OLE color: 11518237.

HSL color Cylindrical-coordinate representation of color #1DC1AF: hue angle of 173.41º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC1AF is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 193 175 -
CMYK 0.85 0 0.09 0.24
HSL 173.41º 0.74% 0.44% -
HSV(B) 173.41º 0.85% 0.76% -
XYZ 27.31 41.5 47.13 -
YUV 141.91 146.67 47.46 -
System Red Green Blue C M Y K H S L
Decimal 29 193 175 0.85 0 0.09 0.24 173.41 0.74 0.44
Hex 1D C1 AF 55 0 9 18 AD 4A 2C
Octal 35 301 257 125 0 11 30 255 112 54
Binary 11101 11000001 10101111 1010101 0 1001 11000 10101101 1001010 101100

Color Harmonies of #1DC1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC1AF

Black with #1DC1AF

Text Example


Text Example

White with #1DC1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,193,175); }

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

background-color css

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

 a { background-color: rgb(29,193,175); }

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

border-color css

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

 span { border-color: rgb(29,193,175); }

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