Html Css Color HEX #ADD7C1 Nebula

📋 copy color: '#ADD7C1'

red 173 ◦ green 215 ◦ blue 193

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

Shades of Nebula #ADD7C1

Tints of Nebula #ADD7C1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.01%

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

R = 29.78%
G = 37.01%
B = 33.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#ADD7C1 (or 0xADD7C1) is known color: Nebula. HEX triplet: AD, D7 and C1. RGB value is (173,215,193). Sum of RGB (Red+Green+Blue) = 173+215+193=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7C1 is #52283E. Grayscale: #C7C7C7. Windows color (decimal): -5384255 or 12703661. OLE color: 12703661.

HSL color Cylindrical-coordinate representation of color #ADD7C1: hue angle of 148.57º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD7C1 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 215 193 -
CMYK 0.20 0 0.10 0.16
HSL 148.57º 0.34% 0.76% -
HSV(B) 148.57º 0.2% 0.84% -
XYZ 51.16 61.34 59.59 -
YUV 199.93 124.09 108.79 -
System Red Green Blue C M Y K H S L
Decimal 173 215 193 0.20 0 0.10 0.16 148.57 0.34 0.76
Hex AD D7 C1 14 0 A 10 95 22 4C
Octal 255 327 301 24 0 12 20 225 42 114
Binary 10101101 11010111 11000001 10100 0 1010 10000 10010101 100010 1001100

Color Harmonies of #ADD7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD7C1

Black with #ADD7C1

Text Example


Text Example

White with #ADD7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD7C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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