#84CBCB

Color #84CBCB Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #84CBCB

Tints of Bermuda #84CBCB

Color information

#84CBCB (or 0x84CBCB) is unknown color: approx Bermuda. HEX triplet: 84, CB and CB. RGB value is (132,203,203). Sum of RGB (Red+Green+Blue) = 132+203+203=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #84CBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CBCB is #7B3434. Grayscale: #B5B5B5. Windows color (decimal): -8074293 or 13355908. OLE color: 13355908.

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

Color convert

RGB132203203-
CMYK0.35000.20
HSL180º40.57%65.69%-
HSV(B)180º34.98%79.61%-
XYZ41.6551.9364.33-
YUV181.77139.9892.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.54%
GREEN value IS 203 (79.69% from 255) = 37.73%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=24.54%
G=37.73%
B=37.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322032030.35000.2018040.5765.69
Hex84CBCB230014b42942
Octal20431331343002426451102
Binary1000010011001011110010111000110010100101101001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,203,203); }

 H1.HeaderClassName
 {
   color: #84CBCB;
 }
 .AnyTagClassName
 {
   color: #84CBCB;
 }
</style>
background-color css

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

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

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

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

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

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