Html Css Color HEX #1DADBE Light Sea Green

📋 copy color: '#1DADBE'

red 29 ◦ green 173 ◦ blue 190

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

Shades of Light Sea Green #1DADBE

Tints of Light Sea Green #1DADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.13%

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 7.4%
G = 44.13%
B = 48.47%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1DADBE (or 0x1DADBE) is known color: Light Sea Green. HEX triplet: 1D, AD and BE. RGB value is (29,173,190). Sum of RGB (Red+Green+Blue) = 29+173+190=392 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.40% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #1DADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DADBE is #E25241. Grayscale: #838383. Windows color (decimal): -14832194 or 12496157. OLE color: 12496157.

HSL color Cylindrical-coordinate representation of color #1DADBE: hue angle of 186.34º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DADBE is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 173 190 -
CMYK 0.85 0.09 0 0.25
HSL 186.34º 0.74% 0.43% -
HSV(B) 186.34º 0.85% 0.75% -
XYZ 24.74 33.87 53.95 -
YUV 131.88 160.79 54.62 -
System Red Green Blue C M Y K H S L
Decimal 29 173 190 0.85 0.09 0 0.25 186.34 0.74 0.43
Hex 1D AD BE 55 9 0 19 BA 4A 2B
Octal 35 255 276 125 11 0 31 272 112 53
Binary 11101 10101101 10111110 1010101 1001 0 11001 10111010 1001010 101011

Color Harmonies of #1DADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DADBE

Black with #1DADBE

Text Example


Text Example

White with #1DADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,173,190); }

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

background-color css

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

 a { background-color: rgb(29,173,190); }

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

border-color css

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

 span { border-color: rgb(29,173,190); }

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