#B3F3B4

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

Shades of Celadon #B3F3B4

Tints of Celadon #B3F3B4

Color information

#B3F3B4 (or 0xB3F3B4) is unknown color: approx Celadon. HEX triplet: B3, F3 and B4. RGB value is (179,243,180). Sum of RGB (Red+Green+Blue) = 179+243+180=602 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.73% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #B3F3B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F3B4 is #4C0C4B. Grayscale: #D8D8D8. Windows color (decimal): -4983884 or 11858867. OLE color: 11858867.

HSL color Cylindrical-coordinate representation of color #B3F3B4: hue angle of 120.94º 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 #B3F3B4 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB179243180-
CMYK0.2600.260.05
HSL120.94º72.73%82.75%-
HSV(B)120.94º26.34%95.29%-
XYZ58.8876.9854.94-
YUV216.68107.3101.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.73%
GREEN value IS 243 (95.31% from 255) = 40.37%
BLUE value IS 180 (70.70% from 255) = 29.90%
R=29.73%
G=40.37%
B=29.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792431800.2600.260.05120.9472.7382.75
HexB3F3B41A01A5794953
Octal263363264320325171111123
Binary10110011111100111011010011010011010101111100110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F3B4; }

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

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

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

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

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

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

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

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