#AFF3B4

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

Shades of Celadon #AFF3B4

Tints of Celadon #AFF3B4

Color information

#AFF3B4 (or 0xAFF3B4) is unknown color: approx Celadon. HEX triplet: AF, F3 and B4. RGB value is (175,243,180). Sum of RGB (Red+Green+Blue) = 175+243+180=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 180 (70.70% from 255 or 30.10% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3B4 is #500C4B. Grayscale: #D7D7D7. Windows color (decimal): -5246028 or 11858863. OLE color: 11858863.

HSL color Cylindrical-coordinate representation of color #AFF3B4: hue angle of 124.41º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF3B4 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB175243180-
CMYK0.2800.260.05
HSL124.41º73.91%81.96%-
HSV(B)124.41º27.98%95.29%-
XYZ57.9776.5154.89-
YUV215.49107.9799.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.26%
GREEN value IS 243 (95.31% from 255) = 40.64%
BLUE value IS 180 (70.70% from 255) = 30.10%
R=29.26%
G=40.64%
B=30.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752431800.2800.260.05124.4173.9181.96
HexAFF3B41C01A57c4a52
Octal257363264340325174112122
Binary10101111111100111011010011100011010101111110010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF3B4; }

 p { color: rgb(175,243,180); }

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

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

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

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

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

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

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