Html Css Color HEX #58AF9A Keppel

📋 copy color: '#58AF9A'

red 88 ◦ green 175 ◦ blue 154

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

Shades of Keppel #58AF9A

Tints of Keppel #58AF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.93%

R = 21.1%
G = 41.97%
B = 36.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#58AF9A (or 0x58AF9A) is known color: Keppel. HEX triplet: 58, AF and 9A. RGB value is (88,175,154). Sum of RGB (Red+Green+Blue) = 88+175+154=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AF9A is #A75065. Grayscale: #929292. Windows color (decimal): -10965094 or 10137432. OLE color: 10137432.

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

Color convert

RGB 88 175 154 -
CMYK 0.50 0 0.12 0.31
HSL 165.52º 0.35% 0.52% -
HSV(B) 165.52º 0.5% 0.69% -
XYZ 25.19 35.07 36.01 -
YUV 146.59 132.18 86.21 -
System Red Green Blue C M Y K H S L
Decimal 88 175 154 0.50 0 0.12 0.31 165.52 0.35 0.52
Hex 58 AF 9A 32 0 C 1F A6 23 34
Octal 130 257 232 62 0 14 37 246 43 64
Binary 1011000 10101111 10011010 110010 0 1100 11111 10100110 100011 110100

Color Harmonies of #58AF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AF9A

Black with #58AF9A

Text Example


Text Example

White with #58AF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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