Html Css Color HEX #5FBD9D Keppel

📋 copy color: '#5FBD9D'

red 95 ◦ green 189 ◦ blue 157

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

Shades of Keppel #5FBD9D

Tints of Keppel #5FBD9D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.86%

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

R = 21.54%
G = 42.86%
B = 35.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#5FBD9D (or 0x5FBD9D) is known color: Keppel. HEX triplet: 5F, BD and 9D. RGB value is (95,189,157). Sum of RGB (Red+Green+Blue) = 95+189+157=441 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.54% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #5FBD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBD9D is #A04262. Grayscale: #9D9D9D. Windows color (decimal): -10502755 or 10337631. OLE color: 10337631.

HSL color Cylindrical-coordinate representation of color #5FBD9D: hue angle of 159.57º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBD9D is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 189 157 -
CMYK 0.50 0 0.17 0.26
HSL 159.57º 0.42% 0.56% -
HSV(B) 159.57º 0.5% 0.74% -
XYZ 29 41.26 38.33 -
YUV 157.25 127.86 83.6 -
System Red Green Blue C M Y K H S L
Decimal 95 189 157 0.50 0 0.17 0.26 159.57 0.42 0.56
Hex 5F BD 9D 32 0 11 1A A0 2A 38
Octal 137 275 235 62 0 21 32 240 52 70
Binary 1011111 10111101 10011101 110010 0 10001 11010 10100000 101010 111000

Color Harmonies of #5FBD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBD9D

Black with #5FBD9D

Text Example


Text Example

White with #5FBD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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