Html Css Color HEX #A8E1B0 Celadon

📋 copy color: '#A8E1B0'

red 168 ◦ green 225 ◦ blue 176

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

Shades of Celadon #A8E1B0

Tints of Celadon #A8E1B0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.54%

 BLUE value IS 176 (69.14% from 255) = 30.93%

R = 29.53%
G = 39.54%
B = 30.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#A8E1B0 (or 0xA8E1B0) is known color: Celadon. HEX triplet: A8, E1 and B0. RGB value is (168,225,176). Sum of RGB (Red+Green+Blue) = 168+225+176=569 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.53% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E1B0 is #571E4F. Grayscale: #CACACA. Windows color (decimal): -5709392 or 11592104. OLE color: 11592104.

HSL color Cylindrical-coordinate representation of color #A8E1B0: hue angle of 128.42º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E1B0 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 225 176 -
CMYK 0.25 0 0.22 0.12
HSL 128.42º 0.49% 0.77% -
HSV(B) 128.42º 0.25% 0.88% -
XYZ 50.91 65.31 51 -
YUV 202.37 113.12 103.48 -
System Red Green Blue C M Y K H S L
Decimal 168 225 176 0.25 0 0.22 0.12 128.42 0.49 0.77
Hex A8 E1 B0 19 0 16 C 80 31 4D
Octal 250 341 260 31 0 26 14 200 61 115
Binary 10101000 11100001 10110000 11001 0 10110 1100 10000000 110001 1001101

Color Harmonies of #A8E1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E1B0

Black with #A8E1B0

Text Example


Text Example

White with #A8E1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E1B0; }

 p { color: rgb(168,225,176); }

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

background-color css

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

 a { background-color: rgb(168,225,176); }

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

border-color css

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

 span { border-color: rgb(168,225,176); }

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