Html Css Color HEX #A8EBAF Celadon

📋 copy color: '#A8EBAF'

red 168 ◦ green 235 ◦ blue 175

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

Shades of Celadon #A8EBAF

Tints of Celadon #A8EBAF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.66%

 BLUE value IS 175 (68.75% from 255) = 30.28%

R = 29.07%
G = 40.66%
B = 30.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#A8EBAF (or 0xA8EBAF) is known color: Celadon. HEX triplet: A8, EB and AF. RGB value is (168,235,175). Sum of RGB (Red+Green+Blue) = 168+235+175=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EBAF is #571450. Grayscale: #D0D0D0. Windows color (decimal): -5706833 or 11529128. OLE color: 11529128.

HSL color Cylindrical-coordinate representation of color #A8EBAF: hue angle of 126.27º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EBAF is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 235 175 -
CMYK 0.29 0 0.26 0.08
HSL 126.27º 0.63% 0.79% -
HSV(B) 126.27º 0.29% 0.92% -
XYZ 53.59 70.84 51.41 -
YUV 208.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 168 235 175 0.29 0 0.26 0.08 126.27 0.63 0.79
Hex A8 EB AF 1D 0 1A 8 7E 3F 4F
Octal 250 353 257 35 0 32 10 176 77 117
Binary 10101000 11101011 10101111 11101 0 11010 1000 1111110 111111 1001111

Color Harmonies of #A8EBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBAF

Black with #A8EBAF

Text Example


Text Example

White with #A8EBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBAF; }

 p { color: rgb(168,235,175); }

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

background-color css

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

 a { background-color: rgb(168,235,175); }

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

border-color css

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

 span { border-color: rgb(168,235,175); }

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