Html Css Color HEX #85C3C0 Bermuda

📋 copy color: '#85C3C0'

red 133 ◦ green 195 ◦ blue 192

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

Shades of Bermuda #85C3C0

Tints of Bermuda #85C3C0

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.5%

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 25.58%
G = 37.5%
B = 36.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#85C3C0 (or 0x85C3C0) is known color: Bermuda. HEX triplet: 85, C3 and C0. RGB value is (133,195,192). Sum of RGB (Red+Green+Blue) = 133+195+192=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #85C3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C3C0 is #7A3C3F. Grayscale: #B0B0B0. Windows color (decimal): -8010816 or 12632965. OLE color: 12632965.

HSL color Cylindrical-coordinate representation of color #85C3C0: hue angle of 177.1º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85C3C0 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 195 192 -
CMYK 0.32 0 0.02 0.24
HSL 177.1º 0.34% 0.64% -
HSV(B) 177.1º 0.32% 0.76% -
XYZ 38.7 47.82 57.06 -
YUV 176.12 136.96 97.24 -
System Red Green Blue C M Y K H S L
Decimal 133 195 192 0.32 0 0.02 0.24 177.1 0.34 0.64
Hex 85 C3 C0 20 0 2 18 B1 22 40
Octal 205 303 300 40 0 2 30 261 42 100
Binary 10000101 11000011 11000000 100000 0 10 11000 10110001 100010 1000000

Color Harmonies of #85C3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C3C0

Black with #85C3C0

Text Example


Text Example

White with #85C3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,195,192); }

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

background-color css

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

 a { background-color: rgb(133,195,192); }

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

border-color css

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

 span { border-color: rgb(133,195,192); }

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