#B6F3B3

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

Shades of Celadon #B6F3B3

Tints of Celadon #B6F3B3

Color information

#B6F3B3 (or 0xB6F3B3) is unknown color: approx Celadon. HEX triplet: B6, F3 and B3. RGB value is (182,243,179). Sum of RGB (Red+Green+Blue) = 182+243+179=604 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.13% from 604); Green value is 243 (95.31% from 255 or 40.23% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 243 - color contains mainly: green. Hex color #B6F3B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F3B3 is #490C4C. Grayscale: #D9D9D9. Windows color (decimal): -4787277 or 11793334. OLE color: 11793334.

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

Color convert

RGB182243179-
CMYK0.2500.260.05
HSL117.19º72.73%82.75%-
HSV(B)117.19º26.34%95.29%-
XYZ59.4877.354.43-
YUV217.46106.29102.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.13%
GREEN value IS 243 (95.31% from 255) = 40.23%
BLUE value IS 179 (70.31% from 255) = 29.64%
R=30.13%
G=40.23%
B=29.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822431790.2500.260.05117.1972.7382.75
HexB6F3B31901A5754953
Octal266363263310325165111123
Binary10110110111100111011001111001011010101111010110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F3B3; }

 p { color: rgb(182,243,179); }

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

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

 a { background-color: rgb(182,243,179); }

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

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

 span { border-color: rgb(182,243,179); }

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