Html Css Color HEX #85BFA3 Summer Green

📋 copy color: '#85BFA3'

red 133 ◦ green 191 ◦ blue 163

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

Shades of Summer Green #85BFA3

Tints of Summer Green #85BFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.47%

R = 27.31%
G = 39.22%
B = 33.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#85BFA3 (or 0x85BFA3) is known color: Summer Green. HEX triplet: 85, BF and A3. RGB value is (133,191,163). Sum of RGB (Red+Green+Blue) = 133+191+163=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #85BFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BFA3 is #7A405C. Grayscale: #AAAAAA. Windows color (decimal): -8011869 or 10731397. OLE color: 10731397.

HSL color Cylindrical-coordinate representation of color #85BFA3: hue angle of 151.03º 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 #85BFA3 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 191 163 -
CMYK 0.30 0 0.15 0.25
HSL 151.03º 0.31% 0.64% -
HSV(B) 151.03º 0.3% 0.75% -
XYZ 34.91 44.89 41.48 -
YUV 170.47 123.78 101.28 -
System Red Green Blue C M Y K H S L
Decimal 133 191 163 0.30 0 0.15 0.25 151.03 0.31 0.64
Hex 85 BF A3 1E 0 F 19 97 1F 40
Octal 205 277 243 36 0 17 31 227 37 100
Binary 10000101 10111111 10100011 11110 0 1111 11001 10010111 11111 1000000

Color Harmonies of #85BFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BFA3

Black with #85BFA3

Text Example


Text Example

White with #85BFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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