Html Css Color HEX #84CEC7 Bermuda

📋 copy color: '#84CEC7'

red 132 ◦ green 206 ◦ blue 199

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

Shades of Bermuda #84CEC7

Tints of Bermuda #84CEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.06%

R = 24.58%
G = 38.36%
B = 37.06%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#84CEC7 (or 0x84CEC7) is known color: Bermuda. HEX triplet: 84, CE and C7. RGB value is (132,206,199). Sum of RGB (Red+Green+Blue) = 132+206+199=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #84CEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CEC7 is #7B3138. Grayscale: #B7B7B7. Windows color (decimal): -8073529 or 13094532. OLE color: 13094532.

HSL color Cylindrical-coordinate representation of color #84CEC7: hue angle of 174.32º 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 #84CEC7 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 206 199 -
CMYK 0.36 0 0.03 0.19
HSL 174.32º 0.43% 0.66% -
HSV(B) 174.32º 0.36% 0.81% -
XYZ 41.9 53.17 62.09 -
YUV 183.08 136.98 91.57 -
System Red Green Blue C M Y K H S L
Decimal 132 206 199 0.36 0 0.03 0.19 174.32 0.43 0.66
Hex 84 CE C7 24 0 3 13 AE 2B 42
Octal 204 316 307 44 0 3 23 256 53 102
Binary 10000100 11001110 11000111 100100 0 11 10011 10101110 101011 1000010

Color Harmonies of #84CEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CEC7

Black with #84CEC7

Text Example


Text Example

White with #84CEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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