Html Css Color HEX #85DABB Bermuda

📋 copy color: '#85DABB'

red 133 ◦ green 218 ◦ blue 187

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

Shades of Bermuda #85DABB

Tints of Bermuda #85DABB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.52%

 BLUE value IS 187 (73.44% from 255) = 34.76%

R = 24.72%
G = 40.52%
B = 34.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#85DABB (or 0x85DABB) is known color: Bermuda. HEX triplet: 85, DA and BB. RGB value is (133,218,187). Sum of RGB (Red+Green+Blue) = 133+218+187=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #85DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DABB is #7A2544. Grayscale: #BDBDBD. Windows color (decimal): -8004933 or 12311173. OLE color: 12311173.

HSL color Cylindrical-coordinate representation of color #85DABB: hue angle of 158.12º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DABB is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 218 187 -
CMYK 0.39 0 0.14 0.15
HSL 158.12º 0.53% 0.69% -
HSV(B) 158.12º 0.39% 0.85% -
XYZ 43.71 58.72 56.04 -
YUV 189.05 126.84 88.02 -
System Red Green Blue C M Y K H S L
Decimal 133 218 187 0.39 0 0.14 0.15 158.12 0.53 0.69
Hex 85 DA BB 27 0 E F 9E 35 45
Octal 205 332 273 47 0 16 17 236 65 105
Binary 10000101 11011010 10111011 100111 0 1110 1111 10011110 110101 1000101

Color Harmonies of #85DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DABB

Black with #85DABB

Text Example


Text Example

White with #85DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,218,187); }

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

background-color css

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

 a { background-color: rgb(133,218,187); }

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

border-color css

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

 span { border-color: rgb(133,218,187); }

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