Html Css Color HEX #85C0A8 Sea Nymph

📋 copy color: '#85C0A8'

red 133 ◦ green 192 ◦ blue 168

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

Shades of Sea Nymph #85C0A8

Tints of Sea Nymph #85C0A8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.95%

 BLUE value IS 168 (66.02% from 255) = 34.08%

R = 26.98%
G = 38.95%
B = 34.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#85C0A8 (or 0x85C0A8) is known color: Sea Nymph. HEX triplet: 85, C0 and A8. RGB value is (133,192,168). Sum of RGB (Red+Green+Blue) = 133+192+168=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #85C0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C0A8 is #7A3F57. Grayscale: #ABABAB. Windows color (decimal): -8011608 or 11059333. OLE color: 11059333.

HSL color Cylindrical-coordinate representation of color #85C0A8: hue angle of 155.59º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C0A8 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 192 168 -
CMYK 0.31 0 0.12 0.25
HSL 155.59º 0.32% 0.64% -
HSV(B) 155.59º 0.31% 0.75% -
XYZ 35.59 45.51 43.95 -
YUV 171.62 125.95 100.45 -
System Red Green Blue C M Y K H S L
Decimal 133 192 168 0.31 0 0.12 0.25 155.59 0.32 0.64
Hex 85 C0 A8 1F 0 C 19 9C 20 40
Octal 205 300 250 37 0 14 31 234 40 100
Binary 10000101 11000000 10101000 11111 0 1100 11001 10011100 100000 1000000

Color Harmonies of #85C0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C0A8

Black with #85C0A8

Text Example


Text Example

White with #85C0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,192,168); }

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

background-color css

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

 a { background-color: rgb(133,192,168); }

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

border-color css

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

 span { border-color: rgb(133,192,168); }

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