Html Css Color HEX #58B994 Keppel

📋 copy color: '#58B994'

red 88 ◦ green 185 ◦ blue 148

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

Shades of Keppel #58B994

Tints of Keppel #58B994

RGB

 RED value IS 88 (34.77% from 255) = 20.9%

 GREEN value IS 185 (72.66% from 255) = 43.94%

 BLUE value IS 148 (58.2% from 255) = 35.15%

R = 20.9%
G = 43.94%
B = 35.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#58B994 (or 0x58B994) is known color: Keppel. HEX triplet: 58, B9 and 94. RGB value is (88,185,148). Sum of RGB (Red+Green+Blue) = 88+185+148=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #58B994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B994 is #A7466B. Grayscale: #979797. Windows color (decimal): -10962540 or 9746776. OLE color: 9746776.

HSL color Cylindrical-coordinate representation of color #58B994: hue angle of 157.11º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B994 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 185 148 -
CMYK 0.52 0 0.20 0.27
HSL 157.11º 0.41% 0.54% -
HSV(B) 157.11º 0.52% 0.73% -
XYZ 26.72 38.91 34.12 -
YUV 151.78 125.86 82.51 -
System Red Green Blue C M Y K H S L
Decimal 88 185 148 0.52 0 0.20 0.27 157.11 0.41 0.54
Hex 58 B9 94 34 0 14 1B 9D 29 36
Octal 130 271 224 64 0 24 33 235 51 66
Binary 1011000 10111001 10010100 110100 0 10100 11011 10011101 101001 110110

Color Harmonies of #58B994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B994

Black with #58B994

Text Example


Text Example

White with #58B994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58B994; }

 p { color: rgb(88,185,148); }

 H1.HeaderClassName
 {
   color: #58B994;
 }
 .AnyTagClassName
 {
   color: #58B994;
 }
</style>

background-color css

<style>
 a { background-color: #58B994; }

 a { background-color: rgb(88,185,148); }

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

border-color css

<style>
 span { border-color: #58B994; }

 span { border-color: rgb(88,185,148); }

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