Html Css Color HEX #1DB0AC Light Sea Green

📋 copy color: '#1DB0AC'

red 29 ◦ green 176 ◦ blue 172

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

Shades of Light Sea Green #1DB0AC

Tints of Light Sea Green #1DB0AC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.68%

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 7.69%
G = 46.68%
B = 45.62%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#1DB0AC (or 0x1DB0AC) is known color: Light Sea Green. HEX triplet: 1D, B0 and AC. RGB value is (29,176,172). Sum of RGB (Red+Green+Blue) = 29+176+172=377 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.69% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB0AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DB0AC is #E24F53. Grayscale: #838383. Windows color (decimal): -14831444 or 11317277. OLE color: 11317277.

HSL color Cylindrical-coordinate representation of color #1DB0AC: hue angle of 178.37º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB0AC is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 176 172 -
CMYK 0.84 0 0.02 0.31
HSL 178.37º 0.72% 0.4% -
HSV(B) 178.37º 0.84% 0.69% -
XYZ 23.48 34.29 44.41 -
YUV 131.59 150.8 54.83 -
System Red Green Blue C M Y K H S L
Decimal 29 176 172 0.84 0 0.02 0.31 178.37 0.72 0.4
Hex 1D B0 AC 54 0 2 1F B2 48 28
Octal 35 260 254 124 0 2 37 262 110 50
Binary 11101 10110000 10101100 1010100 0 10 11111 10110010 1001000 101000

Color Harmonies of #1DB0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB0AC

Black with #1DB0AC

Text Example


Text Example

White with #1DB0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,176,172); }

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

background-color css

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

 a { background-color: rgb(29,176,172); }

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

border-color css

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

 span { border-color: rgb(29,176,172); }

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