Html Css Color HEX #58AF6B Fern

📋 copy color: '#58AF6B'

red 88 ◦ green 175 ◦ blue 107

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

Shades of Fern #58AF6B

Tints of Fern #58AF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.92%

R = 23.78%
G = 47.3%
B = 28.92%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#58AF6B (or 0x58AF6B) is known color: Fern. HEX triplet: 58, AF and 6B. RGB value is (88,175,107). Sum of RGB (Red+Green+Blue) = 88+175+107=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AF6B is #A75094. Grayscale: #8D8D8D. Windows color (decimal): -10965141 or 7057240. OLE color: 7057240.

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

Color convert

RGB 88 175 107 -
CMYK 0.50 0 0.39 0.31
HSL 133.1º 0.35% 0.52% -
HSV(B) 133.1º 0.5% 0.69% -
XYZ 22.01 33.8 19.27 -
YUV 141.24 108.68 90.03 -
System Red Green Blue C M Y K H S L
Decimal 88 175 107 0.50 0 0.39 0.31 133.1 0.35 0.52
Hex 58 AF 6B 32 0 27 1F 85 23 34
Octal 130 257 153 62 0 47 37 205 43 64
Binary 1011000 10101111 1101011 110010 0 100111 11111 10000101 100011 110100

Color Harmonies of #58AF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AF6B

Black with #58AF6B

Text Example


Text Example

White with #58AF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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