Html Css Color HEX #85CCC4 Bermuda

📋 copy color: '#85CCC4'

red 133 ◦ green 204 ◦ blue 196

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

Shades of Bermuda #85CCC4

Tints of Bermuda #85CCC4

RGB

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

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

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

R = 24.95%
G = 38.27%
B = 36.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#85CCC4 (or 0x85CCC4) is known color: Bermuda. HEX triplet: 85, CC and C4. RGB value is (133,204,196). Sum of RGB (Red+Green+Blue) = 133+204+196=533 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.95% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCC4 is #7A333B. Grayscale: #B5B5B5. Windows color (decimal): -8008508 or 12897413. OLE color: 12897413.

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

Color convert

RGB 133 204 196 -
CMYK 0.35 0 0.04 0.2
HSL 173.24º 0.41% 0.66% -
HSV(B) 173.24º 0.35% 0.8% -
XYZ 41.23 52.16 60.12 -
YUV 181.86 135.98 93.15 -
System Red Green Blue C M Y K H S L
Decimal 133 204 196 0.35 0 0.04 0.2 173.24 0.41 0.66
Hex 85 CC C4 23 0 4 14 AD 29 42
Octal 205 314 304 43 0 4 24 255 51 102
Binary 10000101 11001100 11000100 100011 0 100 10100 10101101 101001 1000010

Color Harmonies of #85CCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CCC4

Black with #85CCC4

Text Example


Text Example

White with #85CCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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