Html Css Color HEX #A8EBAC Celadon

📋 copy color: '#A8EBAC'

red 168 ◦ green 235 ◦ blue 172

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

Shades of Celadon #A8EBAC

Tints of Celadon #A8EBAC

RGB

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

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

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

R = 29.22%
G = 40.87%
B = 29.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#A8EBAC (or 0xA8EBAC) is known color: Celadon. HEX triplet: A8, EB and AC. RGB value is (168,235,172). Sum of RGB (Red+Green+Blue) = 168+235+172=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EBAC is #571453. Grayscale: #CFCFCF. Windows color (decimal): -5706836 or 11332520. OLE color: 11332520.

HSL color Cylindrical-coordinate representation of color #A8EBAC: hue angle of 123.58º 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 #A8EBAC is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 235 172 -
CMYK 0.29 0 0.27 0.08
HSL 123.58º 0.63% 0.79% -
HSV(B) 123.58º 0.29% 0.92% -
XYZ 53.3 70.72 49.87 -
YUV 207.79 107.8 99.62 -
System Red Green Blue C M Y K H S L
Decimal 168 235 172 0.29 0 0.27 0.08 123.58 0.63 0.79
Hex A8 EB AC 1D 0 1B 8 7C 3F 4F
Octal 250 353 254 35 0 33 10 174 77 117
Binary 10101000 11101011 10101100 11101 0 11011 1000 1111100 111111 1001111

Color Harmonies of #A8EBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBAC

Black with #A8EBAC

Text Example


Text Example

White with #A8EBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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