Html Css Color HEX #B0F2B3 Celadon

📋 copy color: '#B0F2B3'

red 176 ◦ green 242 ◦ blue 179

#B0F2B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #B0F2B3

Tints of Celadon #B0F2B3

RGB

 RED value IS 176 (69.14% from 255) = 29.48%

 GREEN value IS 242 (94.92% from 255) = 40.54%

 BLUE value IS 179 (70.31% from 255) = 29.98%

R = 29.48%
G = 40.54%
B = 29.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#B0F2B3 (or 0xB0F2B3) is known color: Celadon. HEX triplet: B0, F2 and B3. RGB value is (176,242,179). Sum of RGB (Red+Green+Blue) = 176+242+179=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F2B3 is #4F0D4C. Grayscale: #D7D7D7. Windows color (decimal): -5180749 or 11793072. OLE color: 11793072.

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

Color convert

RGB 176 242 179 -
CMYK 0.27 0 0.26 0.05
HSL 122.73º 0.72% 0.82% -
HSV(B) 122.73º 0.27% 0.95% -
XYZ 57.79 75.99 54.27 -
YUV 215.08 107.63 100.12 -
System Red Green Blue C M Y K H S L
Decimal 176 242 179 0.27 0 0.26 0.05 122.73 0.72 0.82
Hex B0 F2 B3 1B 0 1A 5 7B 48 52
Octal 260 362 263 33 0 32 5 173 110 122
Binary 10110000 11110010 10110011 11011 0 11010 101 1111011 1001000 1010010

Color Harmonies of #B0F2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F2B3

Black with #B0F2B3

Text Example


Text Example

White with #B0F2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F2B3; }

 p { color: rgb(176,242,179); }

 H1.HeaderClassName
 {
   color: #B0F2B3;
 }
 .AnyTagClassName
 {
   color: #B0F2B3;
 }
</style>

background-color css

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

 a { background-color: rgb(176,242,179); }

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

border-color css

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

 span { border-color: rgb(176,242,179); }

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