#B7F6B4

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

Shades of Celadon #B7F6B4

Tints of Celadon #B7F6B4

Color information

#B7F6B4 (or 0xB7F6B4) is unknown color: approx Celadon. HEX triplet: B7, F6 and B4. RGB value is (183,246,180). Sum of RGB (Red+Green+Blue) = 183+246+180=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #B7F6B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F6B4 is #48094B. Grayscale: #DBDBDB. Windows color (decimal): -4720972 or 11859639. OLE color: 11859639.

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

Color convert

RGB183246180-
CMYK0.2600.270.04
HSL117.27º78.57%83.53%-
HSV(B)117.27º26.83%96.47%-
XYZ60.7279.2755.28-
YUV219.64105.63101.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.05%
GREEN value IS 246 (96.48% from 255) = 40.39%
BLUE value IS 180 (70.70% from 255) = 29.56%
R=30.05%
G=40.39%
B=29.56%

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
Decimal1832461800.2600.270.04117.2778.5783.53
HexB7F6B41A01B4754f54
Octal267366264320334165117124
Binary10110111111101101011010011010011011100111010110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F6B4; }

 p { color: rgb(183,246,180); }

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

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

 a { background-color: rgb(183,246,180); }

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

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

 span { border-color: rgb(183,246,180); }

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