Html Css Color HEX #5FAC9D Keppel

📋 copy color: '#5FAC9D'

red 95 ◦ green 172 ◦ blue 157

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

Shades of Keppel #5FAC9D

Tints of Keppel #5FAC9D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.57%

 BLUE value IS 157 (61.72% from 255) = 37.03%

R = 22.41%
G = 40.57%
B = 37.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#5FAC9D (or 0x5FAC9D) is known color: Keppel. HEX triplet: 5F, AC and 9D. RGB value is (95,172,157). Sum of RGB (Red+Green+Blue) = 95+172+157=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAC9D is #A05362. Grayscale: #939393. Windows color (decimal): -10507107 or 10333279. OLE color: 10333279.

HSL color Cylindrical-coordinate representation of color #5FAC9D: hue angle of 168.31º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAC9D is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 172 157 -
CMYK 0.45 0 0.09 0.33
HSL 168.31º 0.32% 0.52% -
HSV(B) 168.31º 0.45% 0.67% -
XYZ 25.56 34.37 37.19 -
YUV 147.27 133.49 90.72 -
System Red Green Blue C M Y K H S L
Decimal 95 172 157 0.45 0 0.09 0.33 168.31 0.32 0.52
Hex 5F AC 9D 2D 0 9 21 A8 20 34
Octal 137 254 235 55 0 11 41 250 40 64
Binary 1011111 10101100 10011101 101101 0 1001 100001 10101000 100000 110100

Color Harmonies of #5FAC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAC9D

Black with #5FAC9D

Text Example


Text Example

White with #5FAC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,172,157); }

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

background-color css

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

 a { background-color: rgb(95,172,157); }

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

border-color css

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

 span { border-color: rgb(95,172,157); }

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