Html Css Color HEX #84CCC8 Bermuda

📋 copy color: '#84CCC8'

red 132 ◦ green 204 ◦ blue 200

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

Shades of Bermuda #84CCC8

Tints of Bermuda #84CCC8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.06%

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

R = 24.63%
G = 38.06%
B = 37.31%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#84CCC8 (or 0x84CCC8) is known color: Bermuda. HEX triplet: 84, CC and C8. RGB value is (132,204,200). Sum of RGB (Red+Green+Blue) = 132+204+200=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #84CCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CCC8 is #7B3337. Grayscale: #B5B5B5. Windows color (decimal): -8074040 or 13159556. OLE color: 13159556.

HSL color Cylindrical-coordinate representation of color #84CCC8: hue angle of 176.67º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CCC8 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 204 200 -
CMYK 0.35 0 0.02 0.2
HSL 176.67º 0.41% 0.66% -
HSV(B) 176.67º 0.35% 0.8% -
XYZ 41.53 52.26 62.54 -
YUV 182.02 138.15 92.33 -
System Red Green Blue C M Y K H S L
Decimal 132 204 200 0.35 0 0.02 0.2 176.67 0.41 0.66
Hex 84 CC C8 23 0 2 14 B1 29 42
Octal 204 314 310 43 0 2 24 261 51 102
Binary 10000100 11001100 11001000 100011 0 10 10100 10110001 101001 1000010

Color Harmonies of #84CCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CCC8

Black with #84CCC8

Text Example


Text Example

White with #84CCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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