Html Css Color HEX #85CDBD Bermuda

📋 copy color: '#85CDBD'

red 133 ◦ green 205 ◦ blue 189

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

Shades of Bermuda #85CDBD

Tints of Bermuda #85CDBD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.9%

 BLUE value IS 189 (74.22% from 255) = 35.86%

R = 25.24%
G = 38.9%
B = 35.86%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#85CDBD (or 0x85CDBD) is known color: Bermuda. HEX triplet: 85, CD and BD. RGB value is (133,205,189). Sum of RGB (Red+Green+Blue) = 133+205+189=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #85CDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDBD is #7A3242. Grayscale: #B5B5B5. Windows color (decimal): -8008259 or 12438917. OLE color: 12438917.

HSL color Cylindrical-coordinate representation of color #85CDBD: hue angle of 166.67º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CDBD is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 205 189 -
CMYK 0.35 0 0.08 0.20
HSL 166.67º 0.42% 0.66% -
HSV(B) 166.67º 0.35% 0.8% -
XYZ 40.69 52.32 56.1 -
YUV 181.65 132.15 93.3 -
System Red Green Blue C M Y K H S L
Decimal 133 205 189 0.35 0 0.08 0.20 166.67 0.42 0.66
Hex 85 CD BD 23 0 8 14 A7 2A 42
Octal 205 315 275 43 0 10 24 247 52 102
Binary 10000101 11001101 10111101 100011 0 1000 10100 10100111 101010 1000010

Color Harmonies of #85CDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CDBD

Black with #85CDBD

Text Example


Text Example

White with #85CDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,205,189); }

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

background-color css

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

 a { background-color: rgb(133,205,189); }

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

border-color css

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

 span { border-color: rgb(133,205,189); }

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