Html Css Color HEX #B0F2B4 Celadon

📋 copy color: '#B0F2B4'

red 176 ◦ green 242 ◦ blue 180

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

Shades of Celadon #B0F2B4

Tints of Celadon #B0F2B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.1%

R = 29.43%
G = 40.47%
B = 30.1%

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

#B0F2B4 (or 0xB0F2B4) is known color: Celadon. HEX triplet: B0, F2 and B4. RGB value is (176,242,180). Sum of RGB (Red+Green+Blue) = 176+242+180=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 180 (70.70% from 255 or 30.10% from 598); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F2B4 is #4F0D4B. Grayscale: #D7D7D7. Windows color (decimal): -5180748 or 11858608. OLE color: 11858608.

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

Color convert

RGB 176 242 180 -
CMYK 0.27 0 0.26 0.05
HSL 123.64º 0.72% 0.82% -
HSV(B) 123.64º 0.27% 0.95% -
XYZ 57.89 76.03 54.8 -
YUV 215.2 108.13 100.04 -
System Red Green Blue C M Y K H S L
Decimal 176 242 180 0.27 0 0.26 0.05 123.64 0.72 0.82
Hex B0 F2 B4 1B 0 1A 5 7C 48 52
Octal 260 362 264 33 0 32 5 174 110 122
Binary 10110000 11110010 10110100 11011 0 11010 101 1111100 1001000 1010010

Color Harmonies of #B0F2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F2B4

Black with #B0F2B4

Text Example


Text Example

White with #B0F2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F2B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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