#AFEEAE

Color #AFEEAE Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #AFEEAE

Tints of Celadon #AFEEAE

Color information

#AFEEAE (or 0xAFEEAE) is unknown color: approx Celadon. HEX triplet: AF, EE and AE. RGB value is (175,238,174). Sum of RGB (Red+Green+Blue) = 175+238+174=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEEAE is #501151. Grayscale: #D4D4D4. Windows color (decimal): -5247314 or 11464367. OLE color: 11464367.

HSL color Cylindrical-coordinate representation of color #AFEEAE: hue angle of 119.06º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEEAE is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB175238174-
CMYK0.2600.270.07
HSL119.06º65.31%80.78%-
HSV(B)119.06º26.89%93.33%-
XYZ55.8973.3251.25-
YUV211.87106.63101.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 238 (93.36% from 255) = 40.55%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=29.81%
G=40.55%
B=29.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752381740.2600.270.07119.0665.3180.78
HexAFEEAE1A01B7774151
Octal257356256320337167101121
Binary10101111111011101010111011010011011111111011110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEAE; }

 p { color: rgb(175,238,174); }

 H1.HeaderClassName
 {
   color: #AFEEAE;
 }
 .AnyTagClassName
 {
   color: #AFEEAE;
 }
</style>
background-color css

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

 a { background-color: rgb(175,238,174); }

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

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

 span { border-color: rgb(175,238,174); }

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