Html Css Color HEX #84CBBE Bermuda

📋 copy color: '#84CBBE'

red 132 ◦ green 203 ◦ blue 190

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

Shades of Bermuda #84CBBE

Tints of Bermuda #84CBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 25.14%
G = 38.67%
B = 36.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#84CBBE (or 0x84CBBE) is known color: Bermuda. HEX triplet: 84, CB and BE. RGB value is (132,203,190). Sum of RGB (Red+Green+Blue) = 132+203+190=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #84CBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CBBE is #7B3441. Grayscale: #B4B4B4. Windows color (decimal): -8074306 or 12503940. OLE color: 12503940.

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

Color convert

RGB 132 203 190 -
CMYK 0.35 0 0.06 0.20
HSL 169.01º 0.41% 0.66% -
HSV(B) 169.01º 0.35% 0.8% -
XYZ 40.17 51.34 56.51 -
YUV 180.29 133.48 93.56 -
System Red Green Blue C M Y K H S L
Decimal 132 203 190 0.35 0 0.06 0.20 169.01 0.41 0.66
Hex 84 CB BE 23 0 6 14 A9 29 42
Octal 204 313 276 43 0 6 24 251 51 102
Binary 10000100 11001011 10111110 100011 0 110 10100 10101001 101001 1000010

Color Harmonies of #84CBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CBBE

Black with #84CBBE

Text Example


Text Example

White with #84CBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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