Html Css Color HEX #048575 Surfie Green

📋 copy color: '#048575'

red 4 ◦ green 133 ◦ blue 117

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

Shades of Surfie Green #048575

Tints of Surfie Green #048575

RGB

 RED value IS 4 (1.95% from 255) = 1.57%

 GREEN value IS 133 (52.34% from 255) = 52.36%

 BLUE value IS 117 (46.09% from 255) = 46.06%

R = 1.57%
G = 52.36%
B = 46.06%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#048575 (or 0x048575) is known color: Surfie Green. HEX triplet: 04, 85 and 75. RGB value is (4,133,117). Sum of RGB (Red+Green+Blue) = 4+133+117=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #048575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048575 is #FB7A8A. Grayscale: #5C5C5C. Windows color (decimal): -16480907 or 7701764. OLE color: 7701764.

HSL color Cylindrical-coordinate representation of color #048575: hue angle of 172.56º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048575 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 133 117 -
CMYK 0.97 0 0.12 0.48
HSL 172.56º 0.94% 0.27% -
HSV(B) 172.56º 0.97% 0.52% -
XYZ 11.65 18.09 19.71 -
YUV 92.61 141.76 64.8 -
System Red Green Blue C M Y K H S L
Decimal 4 133 117 0.97 0 0.12 0.48 172.56 0.94 0.27
Hex 4 85 75 61 0 C 30 AD 5E 1B
Octal 4 205 165 141 0 14 60 255 136 33
Binary 100 10000101 1110101 1100001 0 1100 110000 10101101 1011110 11011

Color Harmonies of #048575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048575

Black with #048575

Text Example


Text Example

White with #048575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048575; }

 p { color: rgb(4,133,117); }

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

background-color css

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

 a { background-color: rgb(4,133,117); }

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

border-color css

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

 span { border-color: rgb(4,133,117); }

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