Html Css Color HEX #A8EFB0 Celadon

📋 copy color: '#A8EFB0'

red 168 ◦ green 239 ◦ blue 176

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

Shades of Celadon #A8EFB0

Tints of Celadon #A8EFB0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.99%

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

R = 28.82%
G = 40.99%
B = 30.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#A8EFB0 (or 0xA8EFB0) is known color: Celadon. HEX triplet: A8, EF and B0. RGB value is (168,239,176). Sum of RGB (Red+Green+Blue) = 168+239+176=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EFB0 is #57104F. Grayscale: #D2D2D2. Windows color (decimal): -5705808 or 11595688. OLE color: 11595688.

HSL color Cylindrical-coordinate representation of color #A8EFB0: hue angle of 126.76º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8EFB0 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 239 176 -
CMYK 0.30 0 0.26 0.06
HSL 126.76º 0.69% 0.8% -
HSV(B) 126.76º 0.3% 0.94% -
XYZ 54.85 73.19 52.31 -
YUV 210.59 108.48 97.62 -
System Red Green Blue C M Y K H S L
Decimal 168 239 176 0.30 0 0.26 0.06 126.76 0.69 0.8
Hex A8 EF B0 1E 0 1A 6 7F 45 50
Octal 250 357 260 36 0 32 6 177 105 120
Binary 10101000 11101111 10110000 11110 0 11010 110 1111111 1000101 1010000

Color Harmonies of #A8EFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EFB0

Black with #A8EFB0

Text Example


Text Example

White with #A8EFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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