Html Css Color HEX #B5ECB4 Celadon

📋 copy color: '#B5ECB4'

red 181 ◦ green 236 ◦ blue 180

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

Shades of Celadon #B5ECB4

Tints of Celadon #B5ECB4

RGB

 RED value IS 181 (71.09% from 255) = 30.32%

 GREEN value IS 236 (92.58% from 255) = 39.53%

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

R = 30.32%
G = 39.53%
B = 30.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#B5ECB4 (or 0xB5ECB4) is known color: Celadon. HEX triplet: B5, EC and B4. RGB value is (181,236,180). Sum of RGB (Red+Green+Blue) = 181+236+180=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECB4 is #4A134B. Grayscale: #D5D5D5. Windows color (decimal): -4854604 or 11857077. OLE color: 11857077.

HSL color Cylindrical-coordinate representation of color #B5ECB4: hue angle of 118.93º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5ECB4 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 236 180 -
CMYK 0.23 0 0.24 0.07
HSL 118.93º 0.6% 0.82% -
HSV(B) 118.93º 0.24% 0.93% -
XYZ 57.29 73.11 54.27 -
YUV 213.17 109.28 105.05 -
System Red Green Blue C M Y K H S L
Decimal 181 236 180 0.23 0 0.24 0.07 118.93 0.6 0.82
Hex B5 EC B4 17 0 18 7 77 3C 52
Octal 265 354 264 27 0 30 7 167 74 122
Binary 10110101 11101100 10110100 10111 0 11000 111 1110111 111100 1010010

Color Harmonies of #B5ECB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ECB4

Black with #B5ECB4

Text Example


Text Example

White with #B5ECB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ECB4; }

 p { color: rgb(181,236,180); }

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

background-color css

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

 a { background-color: rgb(181,236,180); }

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

border-color css

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

 span { border-color: rgb(181,236,180); }

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