Html Css Color HEX #84D0C6 Bermuda

📋 copy color: '#84D0C6'

red 132 ◦ green 208 ◦ blue 198

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

Shades of Bermuda #84D0C6

Tints of Bermuda #84D0C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.8%

R = 24.54%
G = 38.66%
B = 36.8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#84D0C6 (or 0x84D0C6) is known color: Bermuda. HEX triplet: 84, D0 and C6. RGB value is (132,208,198). Sum of RGB (Red+Green+Blue) = 132+208+198=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #84D0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D0C6 is #7B2F39. Grayscale: #B8B8B8. Windows color (decimal): -8073018 or 13029508. OLE color: 13029508.

HSL color Cylindrical-coordinate representation of color #84D0C6: hue angle of 172.11º 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 #84D0C6 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 208 198 -
CMYK 0.37 0 0.05 0.18
HSL 172.11º 0.45% 0.67% -
HSV(B) 172.11º 0.37% 0.82% -
XYZ 42.26 54.09 61.64 -
YUV 184.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 132 208 198 0.37 0 0.05 0.18 172.11 0.45 0.67
Hex 84 D0 C6 25 0 5 12 AC 2D 43
Octal 204 320 306 45 0 5 22 254 55 103
Binary 10000100 11010000 11000110 100101 0 101 10010 10101100 101101 1000011

Color Harmonies of #84D0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D0C6

Black with #84D0C6

Text Example


Text Example

White with #84D0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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