Html Css Color HEX #58AF8B Keppel

📋 copy color: '#58AF8B'

red 88 ◦ green 175 ◦ blue 139

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

Shades of Keppel #58AF8B

Tints of Keppel #58AF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.58%

R = 21.89%
G = 43.53%
B = 34.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#58AF8B (or 0x58AF8B) is known color: Keppel. HEX triplet: 58, AF and 8B. RGB value is (88,175,139). Sum of RGB (Red+Green+Blue) = 88+175+139=402 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.89% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AF8B is #A75074. Grayscale: #909090. Windows color (decimal): -10965109 or 9154392. OLE color: 9154392.

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

Color convert

RGB 88 175 139 -
CMYK 0.50 0 0.21 0.31
HSL 155.17º 0.35% 0.52% -
HSV(B) 155.17º 0.5% 0.69% -
XYZ 24.01 34.6 29.84 -
YUV 144.88 124.68 87.43 -
System Red Green Blue C M Y K H S L
Decimal 88 175 139 0.50 0 0.21 0.31 155.17 0.35 0.52
Hex 58 AF 8B 32 0 15 1F 9B 23 34
Octal 130 257 213 62 0 25 37 233 43 64
Binary 1011000 10101111 10001011 110010 0 10101 11111 10011011 100011 110100

Color Harmonies of #58AF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AF8B

Black with #58AF8B

Text Example


Text Example

White with #58AF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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