Html Css Color HEX #85DCBA Bermuda

📋 copy color: '#85DCBA'

red 133 ◦ green 220 ◦ blue 186

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

Shades of Bermuda #85DCBA

Tints of Bermuda #85DCBA

RGB

 RED value IS 133 (52.34% from 255) = 24.68%

 GREEN value IS 220 (86.33% from 255) = 40.82%

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

R = 24.68%
G = 40.82%
B = 34.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#85DCBA (or 0x85DCBA) is known color: Bermuda. HEX triplet: 85, DC and BA. RGB value is (133,220,186). Sum of RGB (Red+Green+Blue) = 133+220+186=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCBA is #7A2345. Grayscale: #BEBEBE. Windows color (decimal): -8004422 or 12246149. OLE color: 12246149.

HSL color Cylindrical-coordinate representation of color #85DCBA: hue angle of 156.55º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCBA is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 220 186 -
CMYK 0.40 0 0.15 0.14
HSL 156.55º 0.55% 0.69% -
HSV(B) 156.55º 0.4% 0.86% -
XYZ 44.13 59.72 55.66 -
YUV 190.11 125.68 87.26 -
System Red Green Blue C M Y K H S L
Decimal 133 220 186 0.40 0 0.15 0.14 156.55 0.55 0.69
Hex 85 DC BA 28 0 F E 9D 37 45
Octal 205 334 272 50 0 17 16 235 67 105
Binary 10000101 11011100 10111010 101000 0 1111 1110 10011101 110111 1000101

Color Harmonies of #85DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DCBA

Black with #85DCBA

Text Example


Text Example

White with #85DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85DCBA; }

 p { color: rgb(133,220,186); }

 H1.HeaderClassName
 {
   color: #85DCBA;
 }
 .AnyTagClassName
 {
   color: #85DCBA;
 }
</style>

background-color css

<style>
 a { background-color: #85DCBA; }

 a { background-color: rgb(133,220,186); }

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

border-color css

<style>
 span { border-color: #85DCBA; }

 span { border-color: rgb(133,220,186); }

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