Html Css Color HEX #ADD6BD Nebula

📋 copy color: '#ADD6BD'

red 173 ◦ green 214 ◦ blue 189

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

Shades of Nebula #ADD6BD

Tints of Nebula #ADD6BD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.15%

 BLUE value IS 189 (74.22% from 255) = 32.81%

R = 30.03%
G = 37.15%
B = 32.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#ADD6BD (or 0xADD6BD) is known color: Nebula. HEX triplet: AD, D6 and BD. RGB value is (173,214,189). Sum of RGB (Red+Green+Blue) = 173+214+189=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6BD is #522942. Grayscale: #C6C6C6. Windows color (decimal): -5384515 or 12441261. OLE color: 12441261.

HSL color Cylindrical-coordinate representation of color #ADD6BD: hue angle of 143.41º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD6BD is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 189 -
CMYK 0.19 0 0.12 0.16
HSL 143.41º 0.33% 0.76% -
HSV(B) 143.41º 0.19% 0.84% -
XYZ 50.47 60.65 57.19 -
YUV 198.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 173 214 189 0.19 0 0.12 0.16 143.41 0.33 0.76
Hex AD D6 BD 13 0 C 10 8F 21 4C
Octal 255 326 275 23 0 14 20 217 41 114
Binary 10101101 11010110 10111101 10011 0 1100 10000 10001111 100001 1001100

Color Harmonies of #ADD6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD6BD

Black with #ADD6BD

Text Example


Text Example

White with #ADD6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD6BD; }

 p { color: rgb(173,214,189); }

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

background-color css

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

 a { background-color: rgb(173,214,189); }

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

border-color css

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

 span { border-color: rgb(173,214,189); }

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