Html Css Color HEX #ADD2C1 Nebula

📋 copy color: '#ADD2C1'

red 173 ◦ green 210 ◦ blue 193

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

Shades of Nebula #ADD2C1

Tints of Nebula #ADD2C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.51%

R = 30.03%
G = 36.46%
B = 33.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#ADD2C1 (or 0xADD2C1) is known color: Nebula. HEX triplet: AD, D2 and C1. RGB value is (173,210,193). Sum of RGB (Red+Green+Blue) = 173+210+193=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2C1 is #522D3E. Grayscale: #C5C5C5. Windows color (decimal): -5385535 or 12702381. OLE color: 12702381.

HSL color Cylindrical-coordinate representation of color #ADD2C1: hue angle of 152.43º 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 #ADD2C1 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 210 193 -
CMYK 0.18 0 0.08 0.18
HSL 152.43º 0.29% 0.75% -
HSV(B) 152.43º 0.18% 0.82% -
XYZ 49.91 58.83 59.18 -
YUV 197 125.74 110.88 -
System Red Green Blue C M Y K H S L
Decimal 173 210 193 0.18 0 0.08 0.18 152.43 0.29 0.75
Hex AD D2 C1 12 0 8 12 98 1D 4B
Octal 255 322 301 22 0 10 22 230 35 113
Binary 10101101 11010010 11000001 10010 0 1000 10010 10011000 11101 1001011

Color Harmonies of #ADD2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD2C1

Black with #ADD2C1

Text Example


Text Example

White with #ADD2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD2C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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