#AFEEB0

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

Shades of Celadon #AFEEB0

Tints of Celadon #AFEEB0

Color information

#AFEEB0 (or 0xAFEEB0) is unknown color: approx Celadon. HEX triplet: AF, EE and B0. RGB value is (175,238,176). Sum of RGB (Red+Green+Blue) = 175+238+176=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEEB0 is #50114F. Grayscale: #D4D4D4. Windows color (decimal): -5247312 or 11595439. OLE color: 11595439.

HSL color Cylindrical-coordinate representation of color #AFEEB0: hue angle of 120.95º 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 #AFEEB0 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB175238176-
CMYK0.2600.260.07
HSL120.95º64.95%80.98%-
HSV(B)120.95º26.47%93.33%-
XYZ56.0973.452.29-
YUV212.09107.63101.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.71%
GREEN value IS 238 (93.36% from 255) = 40.41%
BLUE value IS 176 (69.14% from 255) = 29.88%
R=29.71%
G=40.41%
B=29.88%

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
Decimal1752381760.2600.260.07120.9564.9580.98
HexAFEEB01A01A7794151
Octal257356260320327171101121
Binary10101111111011101011000011010011010111111100110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEB0; }

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

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

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

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

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

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

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

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