Html Css Color HEX #85D6BC Bermuda

📋 copy color: '#85D6BC'

red 133 ◦ green 214 ◦ blue 188

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

Shades of Bermuda #85D6BC

Tints of Bermuda #85D6BC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40%

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

R = 24.86%
G = 40%
B = 35.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#85D6BC (or 0x85D6BC) is known color: Bermuda. HEX triplet: 85, D6 and BC. RGB value is (133,214,188). Sum of RGB (Red+Green+Blue) = 133+214+188=535 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.86% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #85D6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D6BC is #7A2943. Grayscale: #BABABA. Windows color (decimal): -8005956 or 12375685. OLE color: 12375685.

HSL color Cylindrical-coordinate representation of color #85D6BC: hue angle of 160.74º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D6BC is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 214 188 -
CMYK 0.38 0 0.12 0.16
HSL 160.74º 0.5% 0.68% -
HSV(B) 160.74º 0.38% 0.84% -
XYZ 42.8 56.71 56.27 -
YUV 186.82 128.66 89.61 -
System Red Green Blue C M Y K H S L
Decimal 133 214 188 0.38 0 0.12 0.16 160.74 0.5 0.68
Hex 85 D6 BC 26 0 C 10 A1 32 44
Octal 205 326 274 46 0 14 20 241 62 104
Binary 10000101 11010110 10111100 100110 0 1100 10000 10100001 110010 1000100

Color Harmonies of #85D6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D6BC

Black with #85D6BC

Text Example


Text Example

White with #85D6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,214,188); }

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

background-color css

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

 a { background-color: rgb(133,214,188); }

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

border-color css

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

 span { border-color: rgb(133,214,188); }

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