Html Css Color HEX #84D0C8 Bermuda

📋 copy color: '#84D0C8'

red 132 ◦ green 208 ◦ blue 200

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

Shades of Bermuda #84D0C8

Tints of Bermuda #84D0C8

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.52%

 BLUE value IS 200 (78.52% from 255) = 37.04%

R = 24.44%
G = 38.52%
B = 37.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#84D0C8 (or 0x84D0C8) is known color: Bermuda. HEX triplet: 84, D0 and C8. RGB value is (132,208,200). Sum of RGB (Red+Green+Blue) = 132+208+200=540 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.44% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 208 - color contains mainly: green. Hex color #84D0C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D0C8 is #7B2F37. Grayscale: #B8B8B8. Windows color (decimal): -8073016 or 13160580. OLE color: 13160580.

HSL color Cylindrical-coordinate representation of color #84D0C8: hue angle of 173.68º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D0C8 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 208 200 -
CMYK 0.37 0 0.04 0.18
HSL 173.68º 0.45% 0.67% -
HSV(B) 173.68º 0.37% 0.82% -
XYZ 42.5 54.19 62.86 -
YUV 184.36 136.82 90.65 -
System Red Green Blue C M Y K H S L
Decimal 132 208 200 0.37 0 0.04 0.18 173.68 0.45 0.67
Hex 84 D0 C8 25 0 4 12 AE 2D 43
Octal 204 320 310 45 0 4 22 256 55 103
Binary 10000100 11010000 11001000 100101 0 100 10010 10101110 101101 1000011

Color Harmonies of #84D0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D0C8

Black with #84D0C8

Text Example


Text Example

White with #84D0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,208,200); }

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

background-color css

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

 a { background-color: rgb(132,208,200); }

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

border-color css

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

 span { border-color: rgb(132,208,200); }

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