Html Css Color HEX #85DFBB Bermuda

📋 copy color: '#85DFBB'

red 133 ◦ green 223 ◦ blue 187

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

Shades of Bermuda #85DFBB

Tints of Bermuda #85DFBB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.07%

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

R = 24.49%
G = 41.07%
B = 34.44%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#85DFBB (or 0x85DFBB) is known color: Bermuda. HEX triplet: 85, DF and BB. RGB value is (133,223,187). Sum of RGB (Red+Green+Blue) = 133+223+187=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DFBB is #7A2044. Grayscale: #C0C0C0. Windows color (decimal): -8003653 or 12312453. OLE color: 12312453.

HSL color Cylindrical-coordinate representation of color #85DFBB: hue angle of 156º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DFBB is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 223 187 -
CMYK 0.40 0 0.16 0.13
HSL 156º 0.58% 0.7% -
HSV(B) 156º 0.4% 0.87% -
XYZ 45.03 61.35 56.48 -
YUV 191.99 125.18 85.93 -
System Red Green Blue C M Y K H S L
Decimal 133 223 187 0.40 0 0.16 0.13 156 0.58 0.7
Hex 85 DF BB 28 0 10 D 9C 3A 46
Octal 205 337 273 50 0 20 15 234 72 106
Binary 10000101 11011111 10111011 101000 0 10000 1101 10011100 111010 1000110

Color Harmonies of #85DFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DFBB

Black with #85DFBB

Text Example


Text Example

White with #85DFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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