Html Css Color HEX #84CABA Bermuda

📋 copy color: '#84CABA'

red 132 ◦ green 202 ◦ blue 186

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

Shades of Bermuda #84CABA

Tints of Bermuda #84CABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 25.38%
G = 38.85%
B = 35.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#84CABA (or 0x84CABA) is known color: Bermuda. HEX triplet: 84, CA and BA. RGB value is (132,202,186). Sum of RGB (Red+Green+Blue) = 132+202+186=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #84CABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CABA is #7B3545. Grayscale: #B3B3B3. Windows color (decimal): -8074566 or 12241540. OLE color: 12241540.

HSL color Cylindrical-coordinate representation of color #84CABA: hue angle of 166.29º 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 #84CABA is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 202 186 -
CMYK 0.35 0 0.08 0.21
HSL 166.29º 0.4% 0.65% -
HSV(B) 166.29º 0.35% 0.79% -
XYZ 39.5 50.69 54.16 -
YUV 179.25 131.81 94.3 -
System Red Green Blue C M Y K H S L
Decimal 132 202 186 0.35 0 0.08 0.21 166.29 0.4 0.65
Hex 84 CA BA 23 0 8 15 A6 28 41
Octal 204 312 272 43 0 10 25 246 50 101
Binary 10000100 11001010 10111010 100011 0 1000 10101 10100110 101000 1000001

Color Harmonies of #84CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CABA

Black with #84CABA

Text Example


Text Example

White with #84CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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