Html Css Color HEX #A8DDB3 Celadon

📋 copy color: '#A8DDB3'

red 168 ◦ green 221 ◦ blue 179

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

Shades of Celadon #A8DDB3

Tints of Celadon #A8DDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.51%

R = 29.58%
G = 38.91%
B = 31.51%

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

#A8DDB3 (or 0xA8DDB3) is known color: Celadon. HEX triplet: A8, DD and B3. RGB value is (168,221,179). Sum of RGB (Red+Green+Blue) = 168+221+179=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DDB3 is #57224C. Grayscale: #C8C8C8. Windows color (decimal): -5710413 or 11787688. OLE color: 11787688.

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

Color convert

RGB 168 221 179 -
CMYK 0.24 0 0.19 0.13
HSL 132.45º 0.44% 0.76% -
HSV(B) 132.45º 0.24% 0.87% -
XYZ 50.14 63.29 52.22 -
YUV 200.37 115.94 104.92 -
System Red Green Blue C M Y K H S L
Decimal 168 221 179 0.24 0 0.19 0.13 132.45 0.44 0.76
Hex A8 DD B3 18 0 13 D 84 2C 4C
Octal 250 335 263 30 0 23 15 204 54 114
Binary 10101000 11011101 10110011 11000 0 10011 1101 10000100 101100 1001100

Color Harmonies of #A8DDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DDB3

Black with #A8DDB3

Text Example


Text Example

White with #A8DDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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