Html Css Color HEX #85D0C4 Bermuda

📋 copy color: '#85D0C4'

red 133 ◦ green 208 ◦ blue 196

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

Shades of Bermuda #85D0C4

Tints of Bermuda #85D0C4

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.73%

 BLUE value IS 196 (76.95% from 255) = 36.5%

R = 24.77%
G = 38.73%
B = 36.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#85D0C4 (or 0x85D0C4) is known color: Bermuda. HEX triplet: 85, D0 and C4. RGB value is (133,208,196). Sum of RGB (Red+Green+Blue) = 133+208+196=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #85D0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D0C4 is #7A2F3B. Grayscale: #B8B8B8. Windows color (decimal): -8007484 or 12898437. OLE color: 12898437.

HSL color Cylindrical-coordinate representation of color #85D0C4: hue angle of 170.4º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85D0C4 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 208 196 -
CMYK 0.36 0 0.06 0.18
HSL 170.4º 0.44% 0.67% -
HSV(B) 170.4º 0.36% 0.82% -
XYZ 42.19 54.08 60.44 -
YUV 184.21 134.65 91.48 -
System Red Green Blue C M Y K H S L
Decimal 133 208 196 0.36 0 0.06 0.18 170.4 0.44 0.67
Hex 85 D0 C4 24 0 6 12 AA 2C 43
Octal 205 320 304 44 0 6 22 252 54 103
Binary 10000101 11010000 11000100 100100 0 110 10010 10101010 101100 1000011

Color Harmonies of #85D0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D0C4

Black with #85D0C4

Text Example


Text Example

White with #85D0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,208,196); }

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

background-color css

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

 a { background-color: rgb(133,208,196); }

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

border-color css

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

 span { border-color: rgb(133,208,196); }

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