Html Css Color HEX #B3F1B4 Celadon

📋 copy color: '#B3F1B4'

red 179 ◦ green 241 ◦ blue 180

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

Shades of Celadon #B3F1B4

Tints of Celadon #B3F1B4

RGB

 RED value IS 179 (70.31% from 255) = 29.83%

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

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

R = 29.83%
G = 40.17%
B = 30%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#B3F1B4 (or 0xB3F1B4) is known color: Celadon. HEX triplet: B3, F1 and B4. RGB value is (179,241,180). Sum of RGB (Red+Green+Blue) = 179+241+180=600 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.83% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1B4 is #4C0E4B. Grayscale: #D7D7D7. Windows color (decimal): -4984396 or 11858355. OLE color: 11858355.

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

Color convert

RGB 179 241 180 -
CMYK 0.26 0 0.25 0.05
HSL 120.97º 0.69% 0.82% -
HSV(B) 120.97º 0.26% 0.95% -
XYZ 58.28 75.79 54.74 -
YUV 215.51 107.96 101.96 -
System Red Green Blue C M Y K H S L
Decimal 179 241 180 0.26 0 0.25 0.05 120.97 0.69 0.82
Hex B3 F1 B4 1A 0 19 5 79 45 52
Octal 263 361 264 32 0 31 5 171 105 122
Binary 10110011 11110001 10110100 11010 0 11001 101 1111001 1000101 1010010

Color Harmonies of #B3F1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F1B4

Black with #B3F1B4

Text Example


Text Example

White with #B3F1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F1B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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