#AFEEB2

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

Shades of Celadon #AFEEB2

Tints of Celadon #AFEEB2

Color information

#AFEEB2 (or 0xAFEEB2) is unknown color: approx Celadon. HEX triplet: AF, EE and B2. RGB value is (175,238,178). Sum of RGB (Red+Green+Blue) = 175+238+178=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEEB2 is #50114D. Grayscale: #D4D4D4. Windows color (decimal): -5247310 or 11726511. OLE color: 11726511.

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

Color convert

RGB175238178-
CMYK0.2600.250.07
HSL122.86º64.95%80.98%-
HSV(B)122.86º26.47%93.33%-
XYZ56.2973.4853.34-
YUV212.32108.63101.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 238 (93.36% from 255) = 40.27%
BLUE value IS 178 (69.92% from 255) = 30.12%
R=29.61%
G=40.27%
B=30.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752381780.2600.250.07122.8664.9580.98
HexAFEEB21A01977b4151
Octal257356262320317173101121
Binary10101111111011101011001011010011001111111101110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEB2; }

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

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

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

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

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

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

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

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