#AFEBB2

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

Shades of Celadon #AFEBB2

Tints of Celadon #AFEBB2

Color information

#AFEBB2 (or 0xAFEBB2) is unknown color: approx Celadon. HEX triplet: AF, EB and B2. RGB value is (175,235,178). Sum of RGB (Red+Green+Blue) = 175+235+178=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBB2 is #50144D. Grayscale: #D2D2D2. Windows color (decimal): -5248078 or 11725743. OLE color: 11725743.

HSL color Cylindrical-coordinate representation of color #AFEBB2: hue angle of 123º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBB2 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB175235178-
CMYK0.2600.240.08
HSL123º60%80.39%-
HSV(B)123º25.53%92.16%-
XYZ55.4271.7453.05-
YUV210.56109.62102.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 235 (92.19% from 255) = 39.97%
BLUE value IS 178 (69.92% from 255) = 30.27%
R=29.76%
G=39.97%
B=30.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752351780.2600.240.081236080.39
HexAFEBB21A01887b3c50
Octal257353262320301017374120
Binary10101111111010111011001011010011000100011110111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBB2; }

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

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

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

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

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

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

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

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