Html Css Color HEX #B0F2B1 Celadon

📋 copy color: '#B0F2B1'

red 176 ◦ green 242 ◦ blue 177

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

Shades of Celadon #B0F2B1

Tints of Celadon #B0F2B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.75%

R = 29.58%
G = 40.67%
B = 29.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#B0F2B1 (or 0xB0F2B1) is known color: Celadon. HEX triplet: B0, F2 and B1. RGB value is (176,242,177). Sum of RGB (Red+Green+Blue) = 176+242+177=595 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.58% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 177 (69.53% from 255 or 29.75% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F2B1 is #4F0D4E. Grayscale: #D7D7D7. Windows color (decimal): -5180751 or 11662000. OLE color: 11662000.

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

Color convert

RGB 176 242 177 -
CMYK 0.27 0 0.27 0.05
HSL 120.91º 0.72% 0.82% -
HSV(B) 120.91º 0.27% 0.95% -
XYZ 57.59 75.91 53.21 -
YUV 214.86 106.63 100.29 -
System Red Green Blue C M Y K H S L
Decimal 176 242 177 0.27 0 0.27 0.05 120.91 0.72 0.82
Hex B0 F2 B1 1B 0 1B 5 79 48 52
Octal 260 362 261 33 0 33 5 171 110 122
Binary 10110000 11110010 10110001 11011 0 11011 101 1111001 1001000 1010010

Color Harmonies of #B0F2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F2B1

Black with #B0F2B1

Text Example


Text Example

White with #B0F2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F2B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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