Html Css Color HEX #5FB7A0 Keppel

📋 copy color: '#5FB7A0'

red 95 ◦ green 183 ◦ blue 160

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

Shades of Keppel #5FB7A0

Tints of Keppel #5FB7A0

RGB

 RED value IS 95 (37.5% from 255) = 21.69%

 GREEN value IS 183 (71.88% from 255) = 41.78%

 BLUE value IS 160 (62.89% from 255) = 36.53%

R = 21.69%
G = 41.78%
B = 36.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#5FB7A0 (or 0x5FB7A0) is known color: Keppel. HEX triplet: 5F, B7 and A0. RGB value is (95,183,160). Sum of RGB (Red+Green+Blue) = 95+183+160=438 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.69% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB7A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB7A0 is #A0485F. Grayscale: #9A9A9A. Windows color (decimal): -10504288 or 10532703. OLE color: 10532703.

HSL color Cylindrical-coordinate representation of color #5FB7A0: hue angle of 164.32º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB7A0 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 95 183 160 -
CMYK 0.48 0 0.13 0.28
HSL 164.32º 0.38% 0.55% -
HSV(B) 164.32º 0.48% 0.72% -
XYZ 28 38.84 39.28 -
YUV 154.07 131.35 85.87 -
System Red Green Blue C M Y K H S L
Decimal 95 183 160 0.48 0 0.13 0.28 164.32 0.38 0.55
Hex 5F B7 A0 30 0 D 1C A4 26 37
Octal 137 267 240 60 0 15 34 244 46 67
Binary 1011111 10110111 10100000 110000 0 1101 11100 10100100 100110 110111

Color Harmonies of #5FB7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB7A0

Black with #5FB7A0

Text Example


Text Example

White with #5FB7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FB7A0; }

 p { color: rgb(95,183,160); }

 H1.HeaderClassName
 {
   color: #5FB7A0;
 }
 .AnyTagClassName
 {
   color: #5FB7A0;
 }
</style>

background-color css

<style>
 a { background-color: #5FB7A0; }

 a { background-color: rgb(95,183,160); }

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

border-color css

<style>
 span { border-color: #5FB7A0; }

 span { border-color: rgb(95,183,160); }

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