Html Css Color HEX #B0F1B4 Celadon

📋 copy color: '#B0F1B4'

red 176 ◦ green 241 ◦ blue 180

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

Shades of Celadon #B0F1B4

Tints of Celadon #B0F1B4

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.37%

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

R = 29.48%
G = 40.37%
B = 30.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#B0F1B4 (or 0xB0F1B4) is known color: Celadon. HEX triplet: B0, F1 and B4. RGB value is (176,241,180). Sum of RGB (Red+Green+Blue) = 176+241+180=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F1B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F1B4 is #4F0E4B. Grayscale: #D6D6D6. Windows color (decimal): -5181004 or 11858352. OLE color: 11858352.

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

Color convert

RGB 176 241 180 -
CMYK 0.27 0 0.25 0.05
HSL 123.69º 0.7% 0.82% -
HSV(B) 123.69º 0.27% 0.95% -
XYZ 57.6 75.44 54.7 -
YUV 214.61 108.47 100.46 -
System Red Green Blue C M Y K H S L
Decimal 176 241 180 0.27 0 0.25 0.05 123.69 0.7 0.82
Hex B0 F1 B4 1B 0 19 5 7C 46 52
Octal 260 361 264 33 0 31 5 174 106 122
Binary 10110000 11110001 10110100 11011 0 11001 101 1111100 1000110 1010010

Color Harmonies of #B0F1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F1B4

Black with #B0F1B4

Text Example


Text Example

White with #B0F1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F1B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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