Html Css Color HEX #85BFA5 Sea Nymph

📋 copy color: '#85BFA5'

red 133 ◦ green 191 ◦ blue 165

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

Shades of Sea Nymph #85BFA5

Tints of Sea Nymph #85BFA5

RGB

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

 GREEN value IS 191 (75% from 255) = 39.06%

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

R = 27.2%
G = 39.06%
B = 33.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#85BFA5 (or 0x85BFA5) is known color: Sea Nymph. HEX triplet: 85, BF and A5. RGB value is (133,191,165). Sum of RGB (Red+Green+Blue) = 133+191+165=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #85BFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BFA5 is #7A405A. Grayscale: #AAAAAA. Windows color (decimal): -8011867 or 10862469. OLE color: 10862469.

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

Color convert

RGB 133 191 165 -
CMYK 0.30 0 0.14 0.25
HSL 153.1º 0.31% 0.64% -
HSV(B) 153.1º 0.3% 0.75% -
XYZ 35.1 44.96 42.43 -
YUV 170.69 124.78 101.11 -
System Red Green Blue C M Y K H S L
Decimal 133 191 165 0.30 0 0.14 0.25 153.1 0.31 0.64
Hex 85 BF A5 1E 0 E 19 99 1F 40
Octal 205 277 245 36 0 16 31 231 37 100
Binary 10000101 10111111 10100101 11110 0 1110 11001 10011001 11111 1000000

Color Harmonies of #85BFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BFA5

Black with #85BFA5

Text Example


Text Example

White with #85BFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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