#B3F9AF

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

Shades of Celadon #B3F9AF

Tints of Celadon #B3F9AF

Color information

#B3F9AF (or 0xB3F9AF) is unknown color: approx Celadon. HEX triplet: B3, F9 and AF. RGB value is (179,249,175). Sum of RGB (Red+Green+Blue) = 179+249+175=603 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.68% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3F9AF is #4C0650. Grayscale: #DBDBDB. Windows color (decimal): -4982353 or 11532723. OLE color: 11532723.

HSL color Cylindrical-coordinate representation of color #B3F9AF: hue angle of 116.76º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3F9AF is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB179249175-
CMYK0.2800.300.02
HSL116.76º86.05%83.14%-
HSV(B)116.76º29.72%97.65%-
XYZ60.280.4352.91-
YUV219.63102.8199.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.68%
GREEN value IS 249 (97.66% from 255) = 41.29%
BLUE value IS 175 (68.75% from 255) = 29.02%
R=29.68%
G=41.29%
B=29.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792491750.2800.300.02116.7686.0583.14
HexB3F9AF1C01E2755653
Octal263371257340362165126123
Binary1011001111111001101011111110001111010111010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F9AF; }

 p { color: rgb(179,249,175); }

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

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

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

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

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

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

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