Html Css Color HEX #B2EEB0 Celadon

📋 copy color: '#B2EEB0'

red 178 ◦ green 238 ◦ blue 176

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

Shades of Celadon #B2EEB0

Tints of Celadon #B2EEB0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.2%

 BLUE value IS 176 (69.14% from 255) = 29.73%

R = 30.07%
G = 40.2%
B = 29.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#B2EEB0 (or 0xB2EEB0) is known color: Celadon. HEX triplet: B2, EE and B0. RGB value is (178,238,176). Sum of RGB (Red+Green+Blue) = 178+238+176=592 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.07% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 176 (69.14% from 255 or 29.73% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EEB0 is #4D114F. Grayscale: #D5D5D5. Windows color (decimal): -5050704 or 11595442. OLE color: 11595442.

HSL color Cylindrical-coordinate representation of color #B2EEB0: hue angle of 118.06º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EEB0 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 238 176 -
CMYK 0.25 0 0.26 0.07
HSL 118.06º 0.65% 0.81% -
HSV(B) 118.06º 0.26% 0.93% -
XYZ 56.77 73.75 52.32 -
YUV 212.99 107.12 103.04 -
System Red Green Blue C M Y K H S L
Decimal 178 238 176 0.25 0 0.26 0.07 118.06 0.65 0.81
Hex B2 EE B0 19 0 1A 7 76 41 51
Octal 262 356 260 31 0 32 7 166 101 121
Binary 10110010 11101110 10110000 11001 0 11010 111 1110110 1000001 1010001

Color Harmonies of #B2EEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EEB0

Black with #B2EEB0

Text Example


Text Example

White with #B2EEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EEB0; }

 p { color: rgb(178,238,176); }

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

background-color css

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

 a { background-color: rgb(178,238,176); }

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

border-color css

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

 span { border-color: rgb(178,238,176); }

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