Html Css Color HEX #A8DDB2 Celadon

📋 copy color: '#A8DDB2'

red 168 ◦ green 221 ◦ blue 178

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

Shades of Celadon #A8DDB2

Tints of Celadon #A8DDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.39%

R = 29.63%
G = 38.98%
B = 31.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#A8DDB2 (or 0xA8DDB2) is known color: Celadon. HEX triplet: A8, DD and B2. RGB value is (168,221,178). Sum of RGB (Red+Green+Blue) = 168+221+178=567 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.63% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DDB2 is #57224D. Grayscale: #C8C8C8. Windows color (decimal): -5710414 or 11722152. OLE color: 11722152.

HSL color Cylindrical-coordinate representation of color #A8DDB2: hue angle of 131.32º 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 #A8DDB2 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 221 178 -
CMYK 0.24 0 0.19 0.13
HSL 131.32º 0.44% 0.76% -
HSV(B) 131.32º 0.24% 0.87% -
XYZ 50.04 63.25 51.69 -
YUV 200.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 168 221 178 0.24 0 0.19 0.13 131.32 0.44 0.76
Hex A8 DD B2 18 0 13 D 83 2C 4C
Octal 250 335 262 30 0 23 15 203 54 114
Binary 10101000 11011101 10110010 11000 0 10011 1101 10000011 101100 1001100

Color Harmonies of #A8DDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DDB2

Black with #A8DDB2

Text Example


Text Example

White with #A8DDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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