Html Css Color HEX #5FA694 Keppel

📋 copy color: '#5FA694'

red 95 ◦ green 166 ◦ blue 148

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

Shades of Keppel #5FA694

Tints of Keppel #5FA694

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.59%

 BLUE value IS 148 (58.2% from 255) = 36.19%

R = 23.23%
G = 40.59%
B = 36.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#5FA694 (or 0x5FA694) is known color: Keppel. HEX triplet: 5F, A6 and 94. RGB value is (95,166,148). Sum of RGB (Red+Green+Blue) = 95+166+148=409 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.23% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA694 is #A0596B. Grayscale: #8E8E8E. Windows color (decimal): -10508652 or 9741919. OLE color: 9741919.

HSL color Cylindrical-coordinate representation of color #5FA694: hue angle of 164.79º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA694 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 95 166 148 -
CMYK 0.43 0 0.11 0.35
HSL 164.79º 0.29% 0.51% -
HSV(B) 164.79º 0.43% 0.65% -
XYZ 23.7 31.84 32.91 -
YUV 142.72 130.98 93.96 -
System Red Green Blue C M Y K H S L
Decimal 95 166 148 0.43 0 0.11 0.35 164.79 0.29 0.51
Hex 5F A6 94 2B 0 B 23 A5 1D 33
Octal 137 246 224 53 0 13 43 245 35 63
Binary 1011111 10100110 10010100 101011 0 1011 100011 10100101 11101 110011

Color Harmonies of #5FA694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA694

Black with #5FA694

Text Example


Text Example

White with #5FA694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,166,148); }

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

background-color css

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

 a { background-color: rgb(95,166,148); }

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

border-color css

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

 span { border-color: rgb(95,166,148); }

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