Html Css Color HEX #ADD2BE Nebula

📋 copy color: '#ADD2BE'

red 173 ◦ green 210 ◦ blue 190

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

Shades of Nebula #ADD2BE

Tints of Nebula #ADD2BE

RGB

 RED value IS 173 (67.97% from 255) = 30.19%

 GREEN value IS 210 (82.42% from 255) = 36.65%

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

R = 30.19%
G = 36.65%
B = 33.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#ADD2BE (or 0xADD2BE) is known color: Nebula. HEX triplet: AD, D2 and BE. RGB value is (173,210,190). Sum of RGB (Red+Green+Blue) = 173+210+190=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2BE is #522D41. Grayscale: #C4C4C4. Windows color (decimal): -5385538 or 12505773. OLE color: 12505773.

HSL color Cylindrical-coordinate representation of color #ADD2BE: hue angle of 147.57º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD2BE is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 210 190 -
CMYK 0.18 0 0.10 0.18
HSL 147.57º 0.29% 0.75% -
HSV(B) 147.57º 0.18% 0.82% -
XYZ 49.57 58.7 57.43 -
YUV 196.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 173 210 190 0.18 0 0.10 0.18 147.57 0.29 0.75
Hex AD D2 BE 12 0 A 12 94 1D 4B
Octal 255 322 276 22 0 12 22 224 35 113
Binary 10101101 11010010 10111110 10010 0 1010 10010 10010100 11101 1001011

Color Harmonies of #ADD2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD2BE

Black with #ADD2BE

Text Example


Text Example

White with #ADD2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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