Html Css Color HEX #5FBF9A Keppel

📋 copy color: '#5FBF9A'

red 95 ◦ green 191 ◦ blue 154

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

Shades of Keppel #5FBF9A

Tints of Keppel #5FBF9A

RGB

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

 GREEN value IS 191 (75% from 255) = 43.41%

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

R = 21.59%
G = 43.41%
B = 35%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#5FBF9A (or 0x5FBF9A) is known color: Keppel. HEX triplet: 5F, BF and 9A. RGB value is (95,191,154). Sum of RGB (Red+Green+Blue) = 95+191+154=440 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.59% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBF9A is #A04065. Grayscale: #9E9E9E. Windows color (decimal): -10502246 or 10141535. OLE color: 10141535.

HSL color Cylindrical-coordinate representation of color #5FBF9A: hue angle of 156.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBF9A is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 191 154 -
CMYK 0.50 0 0.19 0.25
HSL 156.88º 0.43% 0.56% -
HSV(B) 156.88º 0.5% 0.75% -
XYZ 29.18 42.03 37.15 -
YUV 158.08 125.7 83.01 -
System Red Green Blue C M Y K H S L
Decimal 95 191 154 0.50 0 0.19 0.25 156.88 0.43 0.56
Hex 5F BF 9A 32 0 13 19 9D 2B 38
Octal 137 277 232 62 0 23 31 235 53 70
Binary 1011111 10111111 10011010 110010 0 10011 11001 10011101 101011 111000

Color Harmonies of #5FBF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBF9A

Black with #5FBF9A

Text Example


Text Example

White with #5FBF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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