Html Css Color HEX #05707F Surfie Green

📋 copy color: '#05707F'

red 5 ◦ green 112 ◦ blue 127

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

Shades of Surfie Green #05707F

Tints of Surfie Green #05707F

RGB

 RED value IS 5 (2.34% from 255) = 2.05%

 GREEN value IS 112 (44.14% from 255) = 45.9%

 BLUE value IS 127 (50% from 255) = 52.05%

R = 2.05%
G = 45.9%
B = 52.05%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#05707F (or 0x05707F) is known color: Surfie Green. HEX triplet: 05, 70 and 7F. RGB value is (5,112,127). Sum of RGB (Red+Green+Blue) = 5+112+127=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #05707F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05707F is #FA8F80. Grayscale: #515151. Windows color (decimal): -16420737 or 8351749. OLE color: 8351749.

HSL color Cylindrical-coordinate representation of color #05707F: hue angle of 187.38º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05707F is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 112 127 -
CMYK 0.96 0.12 0 0.50
HSL 187.38º 0.92% 0.26% -
HSV(B) 187.38º 0.96% 0.5% -
XYZ 9.69 13.15 22.11 -
YUV 81.72 153.55 73.28 -
System Red Green Blue C M Y K H S L
Decimal 5 112 127 0.96 0.12 0 0.50 187.38 0.92 0.26
Hex 5 70 7F 60 C 0 32 BB 5C 1A
Octal 5 160 177 140 14 0 62 273 134 32
Binary 101 1110000 1111111 1100000 1100 0 110010 10111011 1011100 11010

Color Harmonies of #05707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05707F

Black with #05707F

Text Example


Text Example

White with #05707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05707F; }

 p { color: rgb(5,112,127); }

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

background-color css

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

 a { background-color: rgb(5,112,127); }

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

border-color css

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

 span { border-color: rgb(5,112,127); }

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