#A5FBB2

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

Shades of Celadon #A5FBB2

Tints of Celadon #A5FBB2

Color information

#A5FBB2 (or 0xA5FBB2) is unknown color: approx Celadon. HEX triplet: A5, FB and B2. RGB value is (165,251,178). Sum of RGB (Red+Green+Blue) = 165+251+178=594 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.78% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FBB2 is #5A044D. Grayscale: #D9D9D9. Windows color (decimal): -5899342 or 11729829. OLE color: 11729829.

HSL color Cylindrical-coordinate representation of color #A5FBB2: hue angle of 129.07º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FBB2 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB165251178-
CMYK0.3400.290.02
HSL129.07º91.49%81.57%-
HSV(B)129.07º34.26%98.43%-
XYZ58.0580.2154.54-
YUV216.96106.0190.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.78%
GREEN value IS 251 (98.44% from 255) = 42.26%
BLUE value IS 178 (69.92% from 255) = 29.97%
R=27.78%
G=42.26%
B=29.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652511780.3400.290.02129.0791.4981.57
HexA5FBB22201D2815b52
Octal245373262420352201133122
Binary101001011111101110110010100010011101101000000110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FBB2; }

 p { color: rgb(165,251,178); }

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

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

 a { background-color: rgb(165,251,178); }

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

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

 span { border-color: rgb(165,251,178); }

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