#1dcfb7

Color #1DCFB7 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #1DCFB7

Tints of Light Sea Green #1DCFB7

Color information

#1DCFB7 (or 0x1DCFB7) is unknown color: approx Light Sea Green. HEX triplet: 1D, CF and B7. RGB value is (29,207,183). Sum of RGB (Red+Green+Blue) = 29+207+183=419 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.92% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCFB7 is #E23048. Grayscale: #969696. Windows color (decimal): -14823497 or 12046109. OLE color: 12046109.

HSL color Cylindrical-coordinate representation of color #1DCFB7: hue angle of 171.91º 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 #1DCFB7 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB29207183-
CMYK0.8600.120.19
HSL171.91º75.42%46.27%-
HSV(B)171.91º85.99%81.18%-
XYZ31.3748.3152.47-
YUV151.04146.0340.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.92%
GREEN value IS 207 (81.25% from 255) = 49.40%
BLUE value IS 183 (71.88% from 255) = 43.68%
R=6.92%
G=49.40%
B=43.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal292071830.8600.120.19171.9175.4246.27
Hex1DCFB7560C13ac4b2e
Octal353172671260142325411356
Binary11101110011111011011110101100110010011101011001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1dcfb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1dcfb7;
 }
 .AnyTagClassName
 {
   color: #1dcfb7;
 }
</style>
background-color css

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

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

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

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

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

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