Html Css Color HEX #1DC7BC Light Sea Green

📋 copy color: '#1DC7BC'

red 29 ◦ green 199 ◦ blue 188

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

Shades of Light Sea Green #1DC7BC

Tints of Light Sea Green #1DC7BC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.84%

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 6.97%
G = 47.84%
B = 45.19%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#1DC7BC (or 0x1DC7BC) is known color: Light Sea Green. HEX triplet: 1D, C7 and BC. RGB value is (29,199,188). Sum of RGB (Red+Green+Blue) = 29+199+188=416 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.97% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #1DC7BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC7BC is #E23843. Grayscale: #929292. Windows color (decimal): -14825540 or 12371741. OLE color: 12371741.

HSL color Cylindrical-coordinate representation of color #1DC7BC: hue angle of 176.12º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC7BC is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 29 199 188 -
CMYK 0.85 0 0.06 0.22
HSL 176.12º 0.75% 0.45% -
HSV(B) 176.12º 0.85% 0.78% -
XYZ 30.01 44.74 54.63 -
YUV 146.92 151.18 43.89 -
System Red Green Blue C M Y K H S L
Decimal 29 199 188 0.85 0 0.06 0.22 176.12 0.75 0.45
Hex 1D C7 BC 55 0 6 16 B0 4B 2D
Octal 35 307 274 125 0 6 26 260 113 55
Binary 11101 11000111 10111100 1010101 0 110 10110 10110000 1001011 101101

Color Harmonies of #1DC7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC7BC

Black with #1DC7BC

Text Example


Text Example

White with #1DC7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,199,188); }

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

background-color css

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

 a { background-color: rgb(29,199,188); }

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

border-color css

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

 span { border-color: rgb(29,199,188); }

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