Html Css Color HEX #84CEBD Bermuda

📋 copy color: '#84CEBD'

red 132 ◦ green 206 ◦ blue 189

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

Shades of Bermuda #84CEBD

Tints of Bermuda #84CEBD

RGB

 RED value IS 132 (51.95% from 255) = 25.05%

 GREEN value IS 206 (80.86% from 255) = 39.09%

 BLUE value IS 189 (74.22% from 255) = 35.86%

R = 25.05%
G = 39.09%
B = 35.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#84CEBD (or 0x84CEBD) is known color: Bermuda. HEX triplet: 84, CE and BD. RGB value is (132,206,189). Sum of RGB (Red+Green+Blue) = 132+206+189=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #84CEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CEBD is #7B3142. Grayscale: #B5B5B5. Windows color (decimal): -8073539 or 12439172. OLE color: 12439172.

HSL color Cylindrical-coordinate representation of color #84CEBD: hue angle of 166.22º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CEBD is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 206 189 -
CMYK 0.36 0 0.08 0.19
HSL 166.22º 0.43% 0.66% -
HSV(B) 166.22º 0.36% 0.81% -
XYZ 40.77 52.72 56.17 -
YUV 181.94 131.98 92.38 -
System Red Green Blue C M Y K H S L
Decimal 132 206 189 0.36 0 0.08 0.19 166.22 0.43 0.66
Hex 84 CE BD 24 0 8 13 A6 2B 42
Octal 204 316 275 44 0 10 23 246 53 102
Binary 10000100 11001110 10111101 100100 0 1000 10011 10100110 101011 1000010

Color Harmonies of #84CEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CEBD

Black with #84CEBD

Text Example


Text Example

White with #84CEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84CEBD; }

 p { color: rgb(132,206,189); }

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

background-color css

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

 a { background-color: rgb(132,206,189); }

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

border-color css

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

 span { border-color: rgb(132,206,189); }

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