#B6F6B3

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

Shades of Celadon #B6F6B3

Tints of Celadon #B6F6B3

Color information

#B6F6B3 (or 0xB6F6B3) is unknown color: approx Celadon. HEX triplet: B6, F6 and B3. RGB value is (182,246,179). Sum of RGB (Red+Green+Blue) = 182+246+179=607 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.98% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #B6F6B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F6B3 is #49094C. Grayscale: #DBDBDB. Windows color (decimal): -4786509 or 11794102. OLE color: 11794102.

HSL color Cylindrical-coordinate representation of color #B6F6B3: hue angle of 117.31º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6F6B3 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB182246179-
CMYK0.2600.270.04
HSL117.31º78.82%83.33%-
HSV(B)117.31º27.24%96.47%-
XYZ60.3879.1154.74-
YUV219.23105.3101.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.98%
GREEN value IS 246 (96.48% from 255) = 40.53%
BLUE value IS 179 (70.31% from 255) = 29.49%
R=29.98%
G=40.53%
B=29.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1822461790.2600.270.04117.3178.8283.33
HexB6F6B31A01B4754f53
Octal266366263320334165117123
Binary10110110111101101011001111010011011100111010110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F6B3; }

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

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

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

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

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

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

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

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