Html Css Color HEX #85DCBF Bermuda

📋 copy color: '#85DCBF'

red 133 ◦ green 220 ◦ blue 191

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

Shades of Bermuda #85DCBF

Tints of Bermuda #85DCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.11%

R = 24.45%
G = 40.44%
B = 35.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#85DCBF (or 0x85DCBF) is known color: Bermuda. HEX triplet: 85, DC and BF. RGB value is (133,220,191). Sum of RGB (Red+Green+Blue) = 133+220+191=544 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.45% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCBF is #7A2340. Grayscale: #BEBEBE. Windows color (decimal): -8004417 or 12573829. OLE color: 12573829.

HSL color Cylindrical-coordinate representation of color #85DCBF: hue angle of 160º 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 #85DCBF is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 220 191 -
CMYK 0.40 0 0.13 0.14
HSL 160º 0.55% 0.69% -
HSV(B) 160º 0.4% 0.86% -
XYZ 44.67 59.93 58.5 -
YUV 190.68 128.18 86.86 -
System Red Green Blue C M Y K H S L
Decimal 133 220 191 0.40 0 0.13 0.14 160 0.55 0.69
Hex 85 DC BF 28 0 D E A0 37 45
Octal 205 334 277 50 0 15 16 240 67 105
Binary 10000101 11011100 10111111 101000 0 1101 1110 10100000 110111 1000101

Color Harmonies of #85DCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DCBF

Black with #85DCBF

Text Example


Text Example

White with #85DCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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