Html Css Color HEX #5FA692 Keppel

📋 copy color: '#5FA692'

red 95 ◦ green 166 ◦ blue 146

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

Shades of Keppel #5FA692

Tints of Keppel #5FA692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.87%

R = 23.34%
G = 40.79%
B = 35.87%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#5FA692 (or 0x5FA692) is known color: Keppel. HEX triplet: 5F, A6 and 92. RGB value is (95,166,146). Sum of RGB (Red+Green+Blue) = 95+166+146=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA692 is #A0596D. Grayscale: #8E8E8E. Windows color (decimal): -10508654 or 9610847. OLE color: 9610847.

HSL color Cylindrical-coordinate representation of color #5FA692: hue angle of 163.1º 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 #5FA692 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 95 166 146 -
CMYK 0.43 0 0.12 0.35
HSL 163.1º 0.29% 0.51% -
HSV(B) 163.1º 0.43% 0.65% -
XYZ 23.54 31.78 32.09 -
YUV 142.49 129.98 94.13 -
System Red Green Blue C M Y K H S L
Decimal 95 166 146 0.43 0 0.12 0.35 163.1 0.29 0.51
Hex 5F A6 92 2B 0 C 23 A3 1D 33
Octal 137 246 222 53 0 14 43 243 35 63
Binary 1011111 10100110 10010010 101011 0 1100 100011 10100011 11101 110011

Color Harmonies of #5FA692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA692

Black with #5FA692

Text Example


Text Example

White with #5FA692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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