Html Css Color HEX #ADD4BD Nebula

📋 copy color: '#ADD4BD'

red 173 ◦ green 212 ◦ blue 189

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

Shades of Nebula #ADD4BD

Tints of Nebula #ADD4BD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.93%

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

R = 30.14%
G = 36.93%
B = 32.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#ADD4BD (or 0xADD4BD) is known color: Nebula. HEX triplet: AD, D4 and BD. RGB value is (173,212,189). Sum of RGB (Red+Green+Blue) = 173+212+189=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4BD is #522B42. Grayscale: #C5C5C5. Windows color (decimal): -5385027 or 12440749. OLE color: 12440749.

HSL color Cylindrical-coordinate representation of color #ADD4BD: hue angle of 144.62º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD4BD is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 212 189 -
CMYK 0.18 0 0.11 0.17
HSL 144.62º 0.31% 0.75% -
HSV(B) 144.62º 0.18% 0.83% -
XYZ 49.96 59.65 57.02 -
YUV 197.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 173 212 189 0.18 0 0.11 0.17 144.62 0.31 0.75
Hex AD D4 BD 12 0 B 11 91 1F 4B
Octal 255 324 275 22 0 13 21 221 37 113
Binary 10101101 11010100 10111101 10010 0 1011 10001 10010001 11111 1001011

Color Harmonies of #ADD4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD4BD

Black with #ADD4BD

Text Example


Text Example

White with #ADD4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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