Html Css Color HEX #58AF8D Keppel

📋 copy color: '#58AF8D'

red 88 ◦ green 175 ◦ blue 141

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

Shades of Keppel #58AF8D

Tints of Keppel #58AF8D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.32%

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 21.78%
G = 43.32%
B = 34.9%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#58AF8D (or 0x58AF8D) is known color: Keppel. HEX triplet: 58, AF and 8D. RGB value is (88,175,141). Sum of RGB (Red+Green+Blue) = 88+175+141=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AF8D is #A75072. Grayscale: #919191. Windows color (decimal): -10965107 or 9285464. OLE color: 9285464.

HSL color Cylindrical-coordinate representation of color #58AF8D: hue angle of 156.55º degrees, saturation: 0.35, 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 #58AF8D is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 175 141 -
CMYK 0.50 0 0.19 0.31
HSL 156.55º 0.35% 0.52% -
HSV(B) 156.55º 0.5% 0.69% -
XYZ 24.16 34.66 30.62 -
YUV 145.11 125.68 87.26 -
System Red Green Blue C M Y K H S L
Decimal 88 175 141 0.50 0 0.19 0.31 156.55 0.35 0.52
Hex 58 AF 8D 32 0 13 1F 9D 23 34
Octal 130 257 215 62 0 23 37 235 43 64
Binary 1011000 10101111 10001101 110010 0 10011 11111 10011101 100011 110100

Color Harmonies of #58AF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AF8D

Black with #58AF8D

Text Example


Text Example

White with #58AF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,175,141); }

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

background-color css

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

 a { background-color: rgb(88,175,141); }

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

border-color css

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

 span { border-color: rgb(88,175,141); }

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