Html Css Color HEX #85CCB6 Bermuda

📋 copy color: '#85CCB6'

red 133 ◦ green 204 ◦ blue 182

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

Shades of Bermuda #85CCB6

Tints of Bermuda #85CCB6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.31%

 BLUE value IS 182 (71.48% from 255) = 35.07%

R = 25.63%
G = 39.31%
B = 35.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#85CCB6 (or 0x85CCB6) is known color: Bermuda. HEX triplet: 85, CC and B6. RGB value is (133,204,182). Sum of RGB (Red+Green+Blue) = 133+204+182=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCB6 is #7A3349. Grayscale: #B4B4B4. Windows color (decimal): -8008522 or 11979909. OLE color: 11979909.

HSL color Cylindrical-coordinate representation of color #85CCB6: hue angle of 161.41º degrees, saturation: 0.41, 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 #85CCB6 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 204 182 -
CMYK 0.35 0 0.11 0.2
HSL 161.41º 0.41% 0.66% -
HSV(B) 161.41º 0.35% 0.8% -
XYZ 39.71 51.55 52.11 -
YUV 180.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 133 204 182 0.35 0 0.11 0.2 161.41 0.41 0.66
Hex 85 CC B6 23 0 B 14 A1 29 42
Octal 205 314 266 43 0 13 24 241 51 102
Binary 10000101 11001100 10110110 100011 0 1011 10100 10100001 101001 1000010

Color Harmonies of #85CCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CCB6

Black with #85CCB6

Text Example


Text Example

White with #85CCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,204,182); }

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

background-color css

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

 a { background-color: rgb(133,204,182); }

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

border-color css

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

 span { border-color: rgb(133,204,182); }

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