Html Css Color HEX #B2EAB3 Celadon

📋 copy color: '#B2EAB3'

red 178 ◦ green 234 ◦ blue 179

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

Shades of Celadon #B2EAB3

Tints of Celadon #B2EAB3

RGB

 RED value IS 178 (69.92% from 255) = 30.12%

 GREEN value IS 234 (91.8% from 255) = 39.59%

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

R = 30.12%
G = 39.59%
B = 30.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#B2EAB3 (or 0xB2EAB3) is known color: Celadon. HEX triplet: B2, EA and B3. RGB value is (178,234,179). Sum of RGB (Red+Green+Blue) = 178+234+179=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 179 (70.31% from 255 or 30.29% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EAB3 is #4D154C. Grayscale: #D3D3D3. Windows color (decimal): -5051725 or 11791026. OLE color: 11791026.

HSL color Cylindrical-coordinate representation of color #B2EAB3: hue angle of 121.07º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EAB3 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 234 179 -
CMYK 0.24 0 0.24 0.08
HSL 121.07º 0.57% 0.81% -
HSV(B) 121.07º 0.24% 0.92% -
XYZ 55.92 71.57 53.51 -
YUV 210.99 109.95 104.47 -
System Red Green Blue C M Y K H S L
Decimal 178 234 179 0.24 0 0.24 0.08 121.07 0.57 0.81
Hex B2 EA B3 18 0 18 8 79 39 51
Octal 262 352 263 30 0 30 10 171 71 121
Binary 10110010 11101010 10110011 11000 0 11000 1000 1111001 111001 1010001

Color Harmonies of #B2EAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EAB3

Black with #B2EAB3

Text Example


Text Example

White with #B2EAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EAB3; }

 p { color: rgb(178,234,179); }

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

background-color css

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

 a { background-color: rgb(178,234,179); }

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

border-color css

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

 span { border-color: rgb(178,234,179); }

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