Html Css Color HEX #84CEC6 Bermuda

📋 copy color: '#84CEC6'

red 132 ◦ green 206 ◦ blue 198

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

Shades of Bermuda #84CEC6

Tints of Bermuda #84CEC6

RGB

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

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

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

R = 24.63%
G = 38.43%
B = 36.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#84CEC6 (or 0x84CEC6) is known color: Bermuda. HEX triplet: 84, CE and C6. RGB value is (132,206,198). Sum of RGB (Red+Green+Blue) = 132+206+198=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 198 (77.73% from 255 or 36.94% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #84CEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CEC6 is #7B3139. Grayscale: #B6B6B6. Windows color (decimal): -8073530 or 13028996. OLE color: 13028996.

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

Color convert

RGB 132 206 198 -
CMYK 0.36 0 0.04 0.19
HSL 173.51º 0.43% 0.66% -
HSV(B) 173.51º 0.36% 0.81% -
XYZ 41.78 53.13 61.48 -
YUV 182.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 132 206 198 0.36 0 0.04 0.19 173.51 0.43 0.66
Hex 84 CE C6 24 0 4 13 AE 2B 42
Octal 204 316 306 44 0 4 23 256 53 102
Binary 10000100 11001110 11000110 100100 0 100 10011 10101110 101011 1000010

Color Harmonies of #84CEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CEC6

Black with #84CEC6

Text Example


Text Example

White with #84CEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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