Html Css Color HEX #84CBBC Bermuda

📋 copy color: '#84CBBC'

red 132 ◦ green 203 ◦ blue 188

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

Shades of Bermuda #84CBBC

Tints of Bermuda #84CBBC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.81%

 BLUE value IS 188 (73.83% from 255) = 35.95%

R = 25.24%
G = 38.81%
B = 35.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#84CBBC (or 0x84CBBC) is known color: Bermuda. HEX triplet: 84, CB and BC. RGB value is (132,203,188). Sum of RGB (Red+Green+Blue) = 132+203+188=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #84CBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CBBC is #7B3443. Grayscale: #B4B4B4. Windows color (decimal): -8074308 or 12372868. OLE color: 12372868.

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

Color convert

RGB 132 203 188 -
CMYK 0.35 0 0.07 0.20
HSL 167.32º 0.41% 0.66% -
HSV(B) 167.32º 0.35% 0.8% -
XYZ 39.95 51.25 55.36 -
YUV 180.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 132 203 188 0.35 0 0.07 0.20 167.32 0.41 0.66
Hex 84 CB BC 23 0 7 14 A7 29 42
Octal 204 313 274 43 0 7 24 247 51 102
Binary 10000100 11001011 10111100 100011 0 111 10100 10100111 101001 1000010

Color Harmonies of #84CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CBBC

Black with #84CBBC

Text Example


Text Example

White with #84CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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