Html Css Color HEX #5FB495 Keppel

📋 copy color: '#5FB495'

red 95 ◦ green 180 ◦ blue 149

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

Shades of Keppel #5FB495

Tints of Keppel #5FB495

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.45%

 BLUE value IS 149 (58.59% from 255) = 35.14%

R = 22.41%
G = 42.45%
B = 35.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#5FB495 (or 0x5FB495) is known color: Keppel. HEX triplet: 5F, B4 and 95. RGB value is (95,180,149). Sum of RGB (Red+Green+Blue) = 95+180+149=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB495 is #A04B6A. Grayscale: #979797. Windows color (decimal): -10505067 or 9811039. OLE color: 9811039.

HSL color Cylindrical-coordinate representation of color #5FB495: hue angle of 158.12º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB495 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 95 180 149 -
CMYK 0.47 0 0.17 0.29
HSL 158.12º 0.36% 0.54% -
HSV(B) 158.12º 0.47% 0.71% -
XYZ 26.47 37.25 34.23 -
YUV 151.05 126.84 88.02 -
System Red Green Blue C M Y K H S L
Decimal 95 180 149 0.47 0 0.17 0.29 158.12 0.36 0.54
Hex 5F B4 95 2F 0 11 1D 9E 24 36
Octal 137 264 225 57 0 21 35 236 44 66
Binary 1011111 10110100 10010101 101111 0 10001 11101 10011110 100100 110110

Color Harmonies of #5FB495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB495

Black with #5FB495

Text Example


Text Example

White with #5FB495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,180,149); }

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

background-color css

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

 a { background-color: rgb(95,180,149); }

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

border-color css

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

 span { border-color: rgb(95,180,149); }

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