Html Css Color HEX #A8ECB4 Celadon

📋 copy color: '#A8ECB4'

red 168 ◦ green 236 ◦ blue 180

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

Shades of Celadon #A8ECB4

Tints of Celadon #A8ECB4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.41%

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

R = 28.77%
G = 40.41%
B = 30.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#A8ECB4 (or 0xA8ECB4) is known color: Celadon. HEX triplet: A8, EC and B4. RGB value is (168,236,180). Sum of RGB (Red+Green+Blue) = 168+236+180=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECB4 is #57134B. Grayscale: #D1D1D1. Windows color (decimal): -5706572 or 11857064. OLE color: 11857064.

HSL color Cylindrical-coordinate representation of color #A8ECB4: hue angle of 130.59º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ECB4 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 236 180 -
CMYK 0.29 0 0.24 0.07
HSL 130.59º 0.64% 0.79% -
HSV(B) 130.59º 0.29% 0.93% -
XYZ 54.38 71.61 54.14 -
YUV 209.28 111.47 98.55 -
System Red Green Blue C M Y K H S L
Decimal 168 236 180 0.29 0 0.24 0.07 130.59 0.64 0.79
Hex A8 EC B4 1D 0 18 7 83 40 4F
Octal 250 354 264 35 0 30 7 203 100 117
Binary 10101000 11101100 10110100 11101 0 11000 111 10000011 1000000 1001111

Color Harmonies of #A8ECB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ECB4

Black with #A8ECB4

Text Example


Text Example

White with #A8ECB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ECB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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