Html Css Color HEX #58B09C Keppel

📋 copy color: '#58B09C'

red 88 ◦ green 176 ◦ blue 156

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

Shades of Keppel #58B09C

Tints of Keppel #58B09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.14%

R = 20.95%
G = 41.9%
B = 37.14%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#58B09C (or 0x58B09C) is known color: Keppel. HEX triplet: 58, B0 and 9C. RGB value is (88,176,156). Sum of RGB (Red+Green+Blue) = 88+176+156=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 176 - color contains mainly: green. Hex color #58B09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58B09C is #A74F63. Grayscale: #939393. Windows color (decimal): -10964836 or 10268760. OLE color: 10268760.

HSL color Cylindrical-coordinate representation of color #58B09C: hue angle of 166.36º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58B09C is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 176 156 -
CMYK 0.50 0 0.11 0.31
HSL 166.36º 0.36% 0.52% -
HSV(B) 166.36º 0.5% 0.69% -
XYZ 25.55 35.53 36.96 -
YUV 147.41 132.85 85.63 -
System Red Green Blue C M Y K H S L
Decimal 88 176 156 0.50 0 0.11 0.31 166.36 0.36 0.52
Hex 58 B0 9C 32 0 B 1F A6 24 34
Octal 130 260 234 62 0 13 37 246 44 64
Binary 1011000 10110000 10011100 110010 0 1011 11111 10100110 100100 110100

Color Harmonies of #58B09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B09C

Black with #58B09C

Text Example


Text Example

White with #58B09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,176,156); }

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

background-color css

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

 a { background-color: rgb(88,176,156); }

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

border-color css

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

 span { border-color: rgb(88,176,156); }

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