Html Css Color HEX #1DB3B2 Light Sea Green

📋 copy color: '#1DB3B2'

red 29 ◦ green 179 ◦ blue 178

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

Shades of Light Sea Green #1DB3B2

Tints of Light Sea Green #1DB3B2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.37%

 BLUE value IS 178 (69.92% from 255) = 46.11%

R = 7.51%
G = 46.37%
B = 46.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#1DB3B2 (or 0x1DB3B2) is known color: Light Sea Green. HEX triplet: 1D, B3 and B2. RGB value is (29,179,178). Sum of RGB (Red+Green+Blue) = 29+179+178=386 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.51% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB3B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB3B2 is #E24C4D. Grayscale: #858585. Windows color (decimal): -14830670 or 11711261. OLE color: 11711261.

HSL color Cylindrical-coordinate representation of color #1DB3B2: hue angle of 179.6º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB3B2 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 29 179 178 -
CMYK 0.84 0 0.01 0.30
HSL 179.6º 0.72% 0.41% -
HSV(B) 179.6º 0.84% 0.7% -
XYZ 24.66 35.72 47.71 -
YUV 134.04 152.81 53.08 -
System Red Green Blue C M Y K H S L
Decimal 29 179 178 0.84 0 0.01 0.30 179.6 0.72 0.41
Hex 1D B3 B2 54 0 1 1E B4 48 29
Octal 35 263 262 124 0 1 36 264 110 51
Binary 11101 10110011 10110010 1010100 0 1 11110 10110100 1001000 101001

Color Harmonies of #1DB3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB3B2

Black with #1DB3B2

Text Example


Text Example

White with #1DB3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,179,178); }

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

background-color css

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

 a { background-color: rgb(29,179,178); }

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

border-color css

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

 span { border-color: rgb(29,179,178); }

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