Html Css Color HEX #85D1B7 Bermuda

📋 copy color: '#85D1B7'

red 133 ◦ green 209 ◦ blue 183

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

Shades of Bermuda #85D1B7

Tints of Bermuda #85D1B7

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.81%

 BLUE value IS 183 (71.88% from 255) = 34.86%

R = 25.33%
G = 39.81%
B = 34.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#85D1B7 (or 0x85D1B7) is known color: Bermuda. HEX triplet: 85, D1 and B7. RGB value is (133,209,183). Sum of RGB (Red+Green+Blue) = 133+209+183=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #85D1B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D1B7 is #7A2E48. Grayscale: #B7B7B7. Windows color (decimal): -8007241 or 12046725. OLE color: 12046725.

HSL color Cylindrical-coordinate representation of color #85D1B7: hue angle of 159.47º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85D1B7 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 209 183 -
CMYK 0.36 0 0.12 0.18
HSL 159.47º 0.45% 0.67% -
HSV(B) 159.47º 0.36% 0.82% -
XYZ 41.02 54.01 53.06 -
YUV 183.31 127.82 92.11 -
System Red Green Blue C M Y K H S L
Decimal 133 209 183 0.36 0 0.12 0.18 159.47 0.45 0.67
Hex 85 D1 B7 24 0 C 12 9F 2D 43
Octal 205 321 267 44 0 14 22 237 55 103
Binary 10000101 11010001 10110111 100100 0 1100 10010 10011111 101101 1000011

Color Harmonies of #85D1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D1B7

Black with #85D1B7

Text Example


Text Example

White with #85D1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,209,183); }

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

background-color css

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

 a { background-color: rgb(133,209,183); }

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

border-color css

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

 span { border-color: rgb(133,209,183); }

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