Html Css Color HEX #58B295 Keppel

📋 copy color: '#58B295'

red 88 ◦ green 178 ◦ blue 149

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

Shades of Keppel #58B295

Tints of Keppel #58B295

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.89%

 BLUE value IS 149 (58.59% from 255) = 35.9%

R = 21.2%
G = 42.89%
B = 35.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#58B295 (or 0x58B295) is known color: Keppel. HEX triplet: 58, B2 and 95. RGB value is (88,178,149). Sum of RGB (Red+Green+Blue) = 88+178+149=415 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.20% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 178 - color contains mainly: green. Hex color #58B295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58B295 is #A74D6A. Grayscale: #939393. Windows color (decimal): -10964331 or 9810520. OLE color: 9810520.

HSL color Cylindrical-coordinate representation of color #58B295: hue angle of 160.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B295 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 88 178 149 -
CMYK 0.51 0 0.16 0.30
HSL 160.67º 0.37% 0.52% -
HSV(B) 160.67º 0.51% 0.7% -
XYZ 25.37 36.09 34.06 -
YUV 147.78 128.68 85.36 -
System Red Green Blue C M Y K H S L
Decimal 88 178 149 0.51 0 0.16 0.30 160.67 0.37 0.52
Hex 58 B2 95 33 0 10 1E A1 25 34
Octal 130 262 225 63 0 20 36 241 45 64
Binary 1011000 10110010 10010101 110011 0 10000 11110 10100001 100101 110100

Color Harmonies of #58B295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B295

Black with #58B295

Text Example


Text Example

White with #58B295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,178,149); }

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

background-color css

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

 a { background-color: rgb(88,178,149); }

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

border-color css

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

 span { border-color: rgb(88,178,149); }

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