Html Css Color HEX #5FAD9A Keppel

📋 copy color: '#5FAD9A'

red 95 ◦ green 173 ◦ blue 154

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

Shades of Keppel #5FAD9A

Tints of Keppel #5FAD9A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41%

 BLUE value IS 154 (60.55% from 255) = 36.49%

R = 22.51%
G = 41%
B = 36.49%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#5FAD9A (or 0x5FAD9A) is known color: Keppel. HEX triplet: 5F, AD and 9A. RGB value is (95,173,154). Sum of RGB (Red+Green+Blue) = 95+173+154=422 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.51% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAD9A is #A05265. Grayscale: #939393. Windows color (decimal): -10506854 or 10136927. OLE color: 10136927.

HSL color Cylindrical-coordinate representation of color #5FAD9A: hue angle of 165.38º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAD9A is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 95 173 154 -
CMYK 0.45 0 0.11 0.32
HSL 165.38º 0.32% 0.53% -
HSV(B) 165.38º 0.45% 0.68% -
XYZ 25.5 34.65 35.92 -
YUV 147.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 95 173 154 0.45 0 0.11 0.32 165.38 0.32 0.53
Hex 5F AD 9A 2D 0 B 20 A5 20 35
Octal 137 255 232 55 0 13 40 245 40 65
Binary 1011111 10101101 10011010 101101 0 1011 100000 10100101 100000 110101

Color Harmonies of #5FAD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAD9A

Black with #5FAD9A

Text Example


Text Example

White with #5FAD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,173,154); }

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

background-color css

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

 a { background-color: rgb(95,173,154); }

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

border-color css

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

 span { border-color: rgb(95,173,154); }

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