Html Css Color HEX #58B28C Keppel

📋 copy color: '#58B28C'

red 88 ◦ green 178 ◦ blue 140

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

Shades of Keppel #58B28C

Tints of Keppel #58B28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.48%

R = 21.67%
G = 43.84%
B = 34.48%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#58B28C (or 0x58B28C) is known color: Keppel. HEX triplet: 58, B2 and 8C. RGB value is (88,178,140). Sum of RGB (Red+Green+Blue) = 88+178+140=406 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.67% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 178 - color contains mainly: green. Hex color #58B28C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58B28C is #A74D73. Grayscale: #929292. Windows color (decimal): -10964340 or 9220696. OLE color: 9220696.

HSL color Cylindrical-coordinate representation of color #58B28C: hue angle of 154.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 #58B28C is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 88 178 140 -
CMYK 0.51 0 0.21 0.30
HSL 154.67º 0.37% 0.52% -
HSV(B) 154.67º 0.51% 0.7% -
XYZ 24.68 35.81 30.42 -
YUV 146.76 124.18 86.09 -
System Red Green Blue C M Y K H S L
Decimal 88 178 140 0.51 0 0.21 0.30 154.67 0.37 0.52
Hex 58 B2 8C 33 0 15 1E 9B 25 34
Octal 130 262 214 63 0 25 36 233 45 64
Binary 1011000 10110010 10001100 110011 0 10101 11110 10011011 100101 110100

Color Harmonies of #58B28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B28C

Black with #58B28C

Text Example


Text Example

White with #58B28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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