Html Css Color HEX #85D7C3 Bermuda

📋 copy color: '#85D7C3'

red 133 ◦ green 215 ◦ blue 195

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

Shades of Bermuda #85D7C3

Tints of Bermuda #85D7C3

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.59%

 BLUE value IS 195 (76.56% from 255) = 35.91%

R = 24.49%
G = 39.59%
B = 35.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#85D7C3 (or 0x85D7C3) is known color: Bermuda. HEX triplet: 85, D7 and C3. RGB value is (133,215,195). Sum of RGB (Red+Green+Blue) = 133+215+195=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #85D7C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D7C3 is #7A283C. Grayscale: #BCBCBC. Windows color (decimal): -8005693 or 12834693. OLE color: 12834693.

HSL color Cylindrical-coordinate representation of color #85D7C3: hue angle of 165.37º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D7C3 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 215 195 -
CMYK 0.38 0 0.09 0.16
HSL 165.37º 0.51% 0.68% -
HSV(B) 165.37º 0.38% 0.84% -
XYZ 43.82 57.53 60.42 -
YUV 188.2 131.83 88.63 -
System Red Green Blue C M Y K H S L
Decimal 133 215 195 0.38 0 0.09 0.16 165.37 0.51 0.68
Hex 85 D7 C3 26 0 9 10 A5 33 44
Octal 205 327 303 46 0 11 20 245 63 104
Binary 10000101 11010111 11000011 100110 0 1001 10000 10100101 110011 1000100

Color Harmonies of #85D7C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D7C3

Black with #85D7C3

Text Example


Text Example

White with #85D7C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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