Html Css Color HEX #A8EDAC Celadon

📋 copy color: '#A8EDAC'

red 168 ◦ green 237 ◦ blue 172

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

Shades of Celadon #A8EDAC

Tints of Celadon #A8EDAC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.07%

 BLUE value IS 172 (67.58% from 255) = 29.81%

R = 29.12%
G = 41.07%
B = 29.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#A8EDAC (or 0xA8EDAC) is known color: Celadon. HEX triplet: A8, ED and AC. RGB value is (168,237,172). Sum of RGB (Red+Green+Blue) = 168+237+172=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EDAC is #571253. Grayscale: #D1D1D1. Windows color (decimal): -5706324 or 11333032. OLE color: 11333032.

HSL color Cylindrical-coordinate representation of color #A8EDAC: hue angle of 123.48º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EDAC is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 237 172 -
CMYK 0.29 0 0.27 0.07
HSL 123.48º 0.66% 0.79% -
HSV(B) 123.48º 0.29% 0.93% -
XYZ 53.88 71.87 50.06 -
YUV 208.96 107.14 98.79 -
System Red Green Blue C M Y K H S L
Decimal 168 237 172 0.29 0 0.27 0.07 123.48 0.66 0.79
Hex A8 ED AC 1D 0 1B 7 7B 42 4F
Octal 250 355 254 35 0 33 7 173 102 117
Binary 10101000 11101101 10101100 11101 0 11011 111 1111011 1000010 1001111

Color Harmonies of #A8EDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EDAC

Black with #A8EDAC

Text Example


Text Example

White with #A8EDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EDAC; }

 p { color: rgb(168,237,172); }

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

background-color css

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

 a { background-color: rgb(168,237,172); }

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

border-color css

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

 span { border-color: rgb(168,237,172); }

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