Html Css Color HEX #ADDABF Nebula

📋 copy color: '#ADDABF'

red 173 ◦ green 218 ◦ blue 191

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

Shades of Nebula #ADDABF

Tints of Nebula #ADDABF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.46%

 BLUE value IS 191 (75% from 255) = 32.82%

R = 29.73%
G = 37.46%
B = 32.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#ADDABF (or 0xADDABF) is known color: Nebula. HEX triplet: AD, DA and BF. RGB value is (173,218,191). Sum of RGB (Red+Green+Blue) = 173+218+191=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDABF is #522540. Grayscale: #C9C9C9. Windows color (decimal): -5383489 or 12573357. OLE color: 12573357.

HSL color Cylindrical-coordinate representation of color #ADDABF: hue angle of 144º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDABF is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 218 191 -
CMYK 0.21 0 0.12 0.15
HSL 144º 0.38% 0.77% -
HSV(B) 144º 0.21% 0.85% -
XYZ 51.71 62.79 58.68 -
YUV 201.47 122.09 107.7 -
System Red Green Blue C M Y K H S L
Decimal 173 218 191 0.21 0 0.12 0.15 144 0.38 0.77
Hex AD DA BF 15 0 C F 90 26 4D
Octal 255 332 277 25 0 14 17 220 46 115
Binary 10101101 11011010 10111111 10101 0 1100 1111 10010000 100110 1001101

Color Harmonies of #ADDABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDABF

Black with #ADDABF

Text Example


Text Example

White with #ADDABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDABF; }

 p { color: rgb(173,218,191); }

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

background-color css

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

 a { background-color: rgb(173,218,191); }

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

border-color css

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

 span { border-color: rgb(173,218,191); }

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