Html Css Color HEX #85CFBA Bermuda

📋 copy color: '#85CFBA'

red 133 ◦ green 207 ◦ blue 186

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

Shades of Bermuda #85CFBA

Tints of Bermuda #85CFBA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.35%

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 25.29%
G = 39.35%
B = 35.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#85CFBA (or 0x85CFBA) is known color: Bermuda. HEX triplet: 85, CF and BA. RGB value is (133,207,186). Sum of RGB (Red+Green+Blue) = 133+207+186=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #85CFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CFBA is #7A3045. Grayscale: #B6B6B6. Windows color (decimal): -8007750 or 12242821. OLE color: 12242821.

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

Color convert

RGB 133 207 186 -
CMYK 0.36 0 0.10 0.19
HSL 162.97º 0.44% 0.67% -
HSV(B) 162.97º 0.36% 0.81% -
XYZ 40.85 53.16 54.56 -
YUV 182.48 129.98 92.71 -
System Red Green Blue C M Y K H S L
Decimal 133 207 186 0.36 0 0.10 0.19 162.97 0.44 0.67
Hex 85 CF BA 24 0 A 13 A3 2C 43
Octal 205 317 272 44 0 12 23 243 54 103
Binary 10000101 11001111 10111010 100100 0 1010 10011 10100011 101100 1000011

Color Harmonies of #85CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CFBA

Black with #85CFBA

Text Example


Text Example

White with #85CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,207,186); }

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

background-color css

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

 a { background-color: rgb(133,207,186); }

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

border-color css

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

 span { border-color: rgb(133,207,186); }

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