Html Css Color HEX #1DACB3 Light Sea Green

📋 copy color: '#1DACB3'

red 29 ◦ green 172 ◦ blue 179

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

Shades of Light Sea Green #1DACB3

Tints of Light Sea Green #1DACB3

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.26%

 BLUE value IS 179 (70.31% from 255) = 47.11%

R = 7.63%
G = 45.26%
B = 47.11%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1DACB3 (or 0x1DACB3) is known color: Light Sea Green. HEX triplet: 1D, AC and B3. RGB value is (29,172,179). Sum of RGB (Red+Green+Blue) = 29+172+179=380 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.63% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 179 - color contains mainly: blue. Hex color #1DACB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DACB3 is #E2534C. Grayscale: #818181. Windows color (decimal): -14832461 or 11775005. OLE color: 11775005.

HSL color Cylindrical-coordinate representation of color #1DACB3: hue angle of 182.8º 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 #1DACB3 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 29 172 179 -
CMYK 0.84 0.04 0 0.30
HSL 182.8º 0.72% 0.41% -
HSV(B) 182.8º 0.84% 0.7% -
XYZ 23.4 33.02 47.79 -
YUV 130.04 155.62 55.93 -
System Red Green Blue C M Y K H S L
Decimal 29 172 179 0.84 0.04 0 0.30 182.8 0.72 0.41
Hex 1D AC B3 54 4 0 1E B7 48 29
Octal 35 254 263 124 4 0 36 267 110 51
Binary 11101 10101100 10110011 1010100 100 0 11110 10110111 1001000 101001

Color Harmonies of #1DACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DACB3

Black with #1DACB3

Text Example


Text Example

White with #1DACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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