Html Css Color HEX #1DB4B5 Light Sea Green

📋 copy color: '#1DB4B5'

red 29 ◦ green 180 ◦ blue 181

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

Shades of Light Sea Green #1DB4B5

Tints of Light Sea Green #1DB4B5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.15%

 BLUE value IS 181 (71.09% from 255) = 46.41%

R = 7.44%
G = 46.15%
B = 46.41%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1DB4B5 (or 0x1DB4B5) is known color: Light Sea Green. HEX triplet: 1D, B4 and B5. RGB value is (29,180,181). Sum of RGB (Red+Green+Blue) = 29+180+181=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #1DB4B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB4B5 is #E24B4A. Grayscale: #868686. Windows color (decimal): -14830411 or 11908125. OLE color: 11908125.

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

Color convert

RGB 29 180 181 -
CMYK 0.84 0.01 0 0.29
HSL 180.39º 0.72% 0.41% -
HSV(B) 180.39º 0.84% 0.71% -
XYZ 25.17 36.24 49.38 -
YUV 134.97 153.97 52.42 -
System Red Green Blue C M Y K H S L
Decimal 29 180 181 0.84 0.01 0 0.29 180.39 0.72 0.41
Hex 1D B4 B5 54 1 0 1D B4 48 29
Octal 35 264 265 124 1 0 35 264 110 51
Binary 11101 10110100 10110101 1010100 1 0 11101 10110100 1001000 101001

Color Harmonies of #1DB4B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB4B5

Black with #1DB4B5

Text Example


Text Example

White with #1DB4B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,180,181); }

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

background-color css

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

 a { background-color: rgb(29,180,181); }

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

border-color css

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

 span { border-color: rgb(29,180,181); }

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