Html Css Color HEX #84CDB9 Bermuda

📋 copy color: '#84CDB9'

red 132 ◦ green 205 ◦ blue 185

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

Shades of Bermuda #84CDB9

Tints of Bermuda #84CDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.27%

 BLUE value IS 185 (72.66% from 255) = 35.44%

R = 25.29%
G = 39.27%
B = 35.44%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#84CDB9 (or 0x84CDB9) is known color: Bermuda. HEX triplet: 84, CD and B9. RGB value is (132,205,185). Sum of RGB (Red+Green+Blue) = 132+205+185=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #84CDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CDB9 is #7B3246. Grayscale: #B4B4B4. Windows color (decimal): -8073799 or 12176772. OLE color: 12176772.

HSL color Cylindrical-coordinate representation of color #84CDB9: hue angle of 163.56º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CDB9 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 205 185 -
CMYK 0.36 0 0.10 0.20
HSL 163.56º 0.42% 0.66% -
HSV(B) 163.56º 0.36% 0.8% -
XYZ 40.1 52.07 53.84 -
YUV 180.89 130.32 93.13 -
System Red Green Blue C M Y K H S L
Decimal 132 205 185 0.36 0 0.10 0.20 163.56 0.42 0.66
Hex 84 CD B9 24 0 A 14 A4 2A 42
Octal 204 315 271 44 0 12 24 244 52 102
Binary 10000100 11001101 10111001 100100 0 1010 10100 10100100 101010 1000010

Color Harmonies of #84CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CDB9

Black with #84CDB9

Text Example


Text Example

White with #84CDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,205,185); }

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

background-color css

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

 a { background-color: rgb(132,205,185); }

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

border-color css

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

 span { border-color: rgb(132,205,185); }

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