Html Css Color HEX #A8E7B4 Celadon

📋 copy color: '#A8E7B4'

red 168 ◦ green 231 ◦ blue 180

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

Shades of Celadon #A8E7B4

Tints of Celadon #A8E7B4

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.9%

 BLUE value IS 180 (70.7% from 255) = 31.09%

R = 29.02%
G = 39.9%
B = 31.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#A8E7B4 (or 0xA8E7B4) is known color: Celadon. HEX triplet: A8, E7 and B4. RGB value is (168,231,180). Sum of RGB (Red+Green+Blue) = 168+231+180=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 231 (90.62% from 255 or 39.90% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E7B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E7B4 is #57184B. Grayscale: #CECECE. Windows color (decimal): -5707852 or 11855784. OLE color: 11855784.

HSL color Cylindrical-coordinate representation of color #A8E7B4: hue angle of 131.43º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E7B4 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 231 180 -
CMYK 0.27 0 0.22 0.09
HSL 131.43º 0.57% 0.78% -
HSV(B) 131.43º 0.27% 0.91% -
XYZ 52.96 68.77 53.66 -
YUV 206.35 113.13 100.65 -
System Red Green Blue C M Y K H S L
Decimal 168 231 180 0.27 0 0.22 0.09 131.43 0.57 0.78
Hex A8 E7 B4 1B 0 16 9 83 39 4E
Octal 250 347 264 33 0 26 11 203 71 116
Binary 10101000 11100111 10110100 11011 0 10110 1001 10000011 111001 1001110

Color Harmonies of #A8E7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E7B4

Black with #A8E7B4

Text Example


Text Example

White with #A8E7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E7B4; }

 p { color: rgb(168,231,180); }

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

background-color css

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

 a { background-color: rgb(168,231,180); }

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

border-color css

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

 span { border-color: rgb(168,231,180); }

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