Html Css Color HEX #85BEA5 Sea Nymph

📋 copy color: '#85BEA5'

red 133 ◦ green 190 ◦ blue 165

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

Shades of Sea Nymph #85BEA5

Tints of Sea Nymph #85BEA5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.93%

 BLUE value IS 165 (64.84% from 255) = 33.81%

R = 27.25%
G = 38.93%
B = 33.81%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#85BEA5 (or 0x85BEA5) is known color: Sea Nymph. HEX triplet: 85, BE and A5. RGB value is (133,190,165). Sum of RGB (Red+Green+Blue) = 133+190+165=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #85BEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BEA5 is #7A415A. Grayscale: #AAAAAA. Windows color (decimal): -8012123 or 10862213. OLE color: 10862213.

HSL color Cylindrical-coordinate representation of color #85BEA5: hue angle of 153.68º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BEA5 is Cyan = 0.3, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 190 165 -
CMYK 0.3 0 0.13 0.25
HSL 153.68º 0.3% 0.63% -
HSV(B) 153.68º 0.3% 0.75% -
XYZ 34.88 44.53 42.35 -
YUV 170.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 133 190 165 0.3 0 0.13 0.25 153.68 0.3 0.63
Hex 85 BE A5 1E 0 D 19 9A 1E 3F
Octal 205 276 245 36 0 15 31 232 36 77
Binary 10000101 10111110 10100101 11110 0 1101 11001 10011010 11110 111111

Color Harmonies of #85BEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BEA5

Black with #85BEA5

Text Example


Text Example

White with #85BEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,190,165); }

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

background-color css

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

 a { background-color: rgb(133,190,165); }

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

border-color css

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

 span { border-color: rgb(133,190,165); }

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