#1DBDC2

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

Shades of Light Sea Green #1DBDC2

Tints of Light Sea Green #1DBDC2

Color information

#1DBDC2 (or 0x1DBDC2) is unknown color: approx Light Sea Green. HEX triplet: 1D, BD and C2. RGB value is (29,189,194). Sum of RGB (Red+Green+Blue) = 29+189+194=412 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.04% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 194 - color contains mainly: blue. Hex color #1DBDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBDC2 is #E2423D. Grayscale: #8D8D8D. Windows color (decimal): -14828094 or 12762397. OLE color: 12762397.

HSL color Cylindrical-coordinate representation of color #1DBDC2: hue angle of 181.82º 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 #1DBDC2 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB29189194-
CMYK0.850.0300.24
HSL181.82º73.99%43.73%-
HSV(B)181.82º85.05%76.08%-
XYZ28.4440.5557.37-
YUV141.73157.4947.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.04%
GREEN value IS 189 (74.22% from 255) = 45.87%
BLUE value IS 194 (76.17% from 255) = 47.09%
R=7.04%
G=45.87%
B=47.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal291891940.850.0300.24181.8273.9943.73
Hex1DBDC2553018b64a2c
Octal35275302125303026611254
Binary111011011110111000010101010111011000101101101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DBDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,189,194); }

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

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

 a { background-color: rgb(29,189,194); }

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

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

 span { border-color: rgb(29,189,194); }

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