Html Css Color HEX #5FA898 Keppel

📋 copy color: '#5FA898'

red 95 ◦ green 168 ◦ blue 152

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

Shades of Keppel #5FA898

Tints of Keppel #5FA898

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.48%

 BLUE value IS 152 (59.77% from 255) = 36.63%

R = 22.89%
G = 40.48%
B = 36.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#5FA898 (or 0x5FA898) is known color: Keppel. HEX triplet: 5F, A8 and 98. RGB value is (95,168,152). Sum of RGB (Red+Green+Blue) = 95+168+152=415 (54% of max value = 765). Red value is 95 (37.5% from 255 or 22.89% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA898 is #A05767. Grayscale: #909090. Windows color (decimal): -10508136 or 10004575. OLE color: 10004575.

HSL color Cylindrical-coordinate representation of color #5FA898: hue angle of 166.85º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA898 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 95 168 152 -
CMYK 0.43 0 0.10 0.34
HSL 166.85º 0.3% 0.52% -
HSV(B) 166.85º 0.43% 0.66% -
XYZ 24.39 32.71 34.73 -
YUV 144.35 132.32 92.8 -
System Red Green Blue C M Y K H S L
Decimal 95 168 152 0.43 0 0.10 0.34 166.85 0.3 0.52
Hex 5F A8 98 2B 0 A 22 A7 1E 34
Octal 137 250 230 53 0 12 42 247 36 64
Binary 1011111 10101000 10011000 101011 0 1010 100010 10100111 11110 110100

Color Harmonies of #5FA898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA898

Black with #5FA898

Text Example


Text Example

White with #5FA898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,168,152); }

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

background-color css

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

 a { background-color: rgb(95,168,152); }

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

border-color css

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

 span { border-color: rgb(95,168,152); }

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