Html Css Color HEX #84CABB Bermuda

📋 copy color: '#84CABB'

red 132 ◦ green 202 ◦ blue 187

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

Shades of Bermuda #84CABB

Tints of Bermuda #84CABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.77%

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 25.34%
G = 38.77%
B = 35.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#84CABB (or 0x84CABB) is known color: Bermuda. HEX triplet: 84, CA and BB. RGB value is (132,202,187). Sum of RGB (Red+Green+Blue) = 132+202+187=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #84CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CABB is #7B3544. Grayscale: #B3B3B3. Windows color (decimal): -8074565 or 12307076. OLE color: 12307076.

HSL color Cylindrical-coordinate representation of color #84CABB: hue angle of 167.14º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CABB is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 202 187 -
CMYK 0.35 0 0.07 0.21
HSL 167.14º 0.4% 0.65% -
HSV(B) 167.14º 0.35% 0.79% -
XYZ 39.61 50.73 54.72 -
YUV 179.36 132.31 94.22 -
System Red Green Blue C M Y K H S L
Decimal 132 202 187 0.35 0 0.07 0.21 167.14 0.4 0.65
Hex 84 CA BB 23 0 7 15 A7 28 41
Octal 204 312 273 43 0 7 25 247 50 101
Binary 10000100 11001010 10111011 100011 0 111 10101 10100111 101000 1000001

Color Harmonies of #84CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CABB

Black with #84CABB

Text Example


Text Example

White with #84CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,202,187); }

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

background-color css

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

 a { background-color: rgb(132,202,187); }

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

border-color css

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

 span { border-color: rgb(132,202,187); }

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