#AFEEAF

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

Shades of Celadon #AFEEAF

Tints of Celadon #AFEEAF

Color information

#AFEEAF (or 0xAFEEAF) is unknown color: approx Celadon. HEX triplet: AF, EE and AF. RGB value is (175,238,175). Sum of RGB (Red+Green+Blue) = 175+238+175=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEEAF is #501150. Grayscale: #D4D4D4. Windows color (decimal): -5247313 or 11529903. OLE color: 11529903.

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

Color convert

RGB175238175-
CMYK0.2600.260.07
HSL120º64.95%80.98%-
HSV(B)120º26.47%93.33%-
XYZ55.9973.3651.77-
YUV211.98107.13101.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 238 (93.36% from 255) = 40.48%
BLUE value IS 175 (68.75% from 255) = 29.76%
R=29.76%
G=40.48%
B=29.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752381750.2600.260.0712064.9580.98
HexAFEEAF1A01A7784151
Octal257356257320327170101121
Binary10101111111011101010111111010011010111111100010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEAF; }

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

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

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

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

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

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

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

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