Html Css Color HEX #5FB09B Keppel

📋 copy color: '#5FB09B'

red 95 ◦ green 176 ◦ blue 155

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

Shades of Keppel #5FB09B

Tints of Keppel #5FB09B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.31%

 BLUE value IS 155 (60.94% from 255) = 36.38%

R = 22.3%
G = 41.31%
B = 36.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#5FB09B (or 0x5FB09B) is known color: Keppel. HEX triplet: 5F, B0 and 9B. RGB value is (95,176,155). Sum of RGB (Red+Green+Blue) = 95+176+155=426 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.30% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB09B is #A04F64. Grayscale: #959595. Windows color (decimal): -10506085 or 10203231. OLE color: 10203231.

HSL color Cylindrical-coordinate representation of color #5FB09B: hue angle of 164.44º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FB09B is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 95 176 155 -
CMYK 0.46 0 0.12 0.31
HSL 164.44º 0.34% 0.53% -
HSV(B) 164.44º 0.46% 0.69% -
XYZ 26.16 35.85 36.55 -
YUV 149.39 131.16 89.21 -
System Red Green Blue C M Y K H S L
Decimal 95 176 155 0.46 0 0.12 0.31 164.44 0.34 0.53
Hex 5F B0 9B 2E 0 C 1F A4 22 35
Octal 137 260 233 56 0 14 37 244 42 65
Binary 1011111 10110000 10011011 101110 0 1100 11111 10100100 100010 110101

Color Harmonies of #5FB09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB09B

Black with #5FB09B

Text Example


Text Example

White with #5FB09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,176,155); }

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

background-color css

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

 a { background-color: rgb(95,176,155); }

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

border-color css

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

 span { border-color: rgb(95,176,155); }

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