Html Css Color HEX #1DCFBA Light Sea Green

📋 copy color: '#1DCFBA'

red 29 ◦ green 207 ◦ blue 186

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

Shades of Light Sea Green #1DCFBA

Tints of Light Sea Green #1DCFBA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.05%

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 6.87%
G = 49.05%
B = 44.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#1DCFBA (or 0x1DCFBA) is known color: Light Sea Green. HEX triplet: 1D, CF and BA. RGB value is (29,207,186). Sum of RGB (Red+Green+Blue) = 29+207+186=422 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.87% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCFBA is #E23045. Grayscale: #979797. Windows color (decimal): -14823494 or 12242717. OLE color: 12242717.

HSL color Cylindrical-coordinate representation of color #1DCFBA: hue angle of 172.92º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCFBA is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 207 186 -
CMYK 0.86 0 0.10 0.19
HSL 172.92º 0.75% 0.46% -
HSV(B) 172.92º 0.86% 0.81% -
XYZ 31.68 48.43 54.13 -
YUV 151.38 147.53 40.71 -
System Red Green Blue C M Y K H S L
Decimal 29 207 186 0.86 0 0.10 0.19 172.92 0.75 0.46
Hex 1D CF BA 56 0 A 13 AD 4B 2E
Octal 35 317 272 126 0 12 23 255 113 56
Binary 11101 11001111 10111010 1010110 0 1010 10011 10101101 1001011 101110

Color Harmonies of #1DCFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCFBA

Black with #1DCFBA

Text Example


Text Example

White with #1DCFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,207,186); }

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

background-color css

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

 a { background-color: rgb(29,207,186); }

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

border-color css

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

 span { border-color: rgb(29,207,186); }

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