Html Css Color HEX #A8DDAB Celadon

📋 copy color: '#A8DDAB'

red 168 ◦ green 221 ◦ blue 171

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

Shades of Celadon #A8DDAB

Tints of Celadon #A8DDAB

RGB

 RED value IS 168 (66.02% from 255) = 30%

 GREEN value IS 221 (86.72% from 255) = 39.46%

 BLUE value IS 171 (67.19% from 255) = 30.54%

R = 30%
G = 39.46%
B = 30.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#A8DDAB (or 0xA8DDAB) is known color: Celadon. HEX triplet: A8, DD and AB. RGB value is (168,221,171). Sum of RGB (Red+Green+Blue) = 168+221+171=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DDAB is #572254. Grayscale: #C7C7C7. Windows color (decimal): -5710421 or 11263400. OLE color: 11263400.

HSL color Cylindrical-coordinate representation of color #A8DDAB: hue angle of 123.4º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DDAB is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 221 171 -
CMYK 0.24 0 0.23 0.13
HSL 123.4º 0.44% 0.76% -
HSV(B) 123.4º 0.24% 0.87% -
XYZ 49.36 62.98 48.08 -
YUV 199.45 111.94 105.57 -
System Red Green Blue C M Y K H S L
Decimal 168 221 171 0.24 0 0.23 0.13 123.4 0.44 0.76
Hex A8 DD AB 18 0 17 D 7B 2C 4C
Octal 250 335 253 30 0 27 15 173 54 114
Binary 10101000 11011101 10101011 11000 0 10111 1101 1111011 101100 1001100

Color Harmonies of #A8DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DDAB

Black with #A8DDAB

Text Example


Text Example

White with #A8DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DDAB; }

 p { color: rgb(168,221,171); }

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

background-color css

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

 a { background-color: rgb(168,221,171); }

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

border-color css

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

 span { border-color: rgb(168,221,171); }

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