Html Css Color HEX #03707F Surfie Green

📋 copy color: '#03707F'

red 3 ◦ green 112 ◦ blue 127

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

Shades of Surfie Green #03707F

Tints of Surfie Green #03707F

RGB

 RED value IS 3 (1.56% from 255) = 1.24%

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

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

R = 1.24%
G = 46.28%
B = 52.48%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#03707F (or 0x03707F) is known color: Surfie Green. HEX triplet: 03, 70 and 7F. RGB value is (3,112,127). Sum of RGB (Red+Green+Blue) = 3+112+127=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #03707F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03707F is #FC8F80. Grayscale: #505050. Windows color (decimal): -16551809 or 8351747. OLE color: 8351747.

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

Color convert

RGB 3 112 127 -
CMYK 0.98 0.12 0 0.50
HSL 187.26º 0.95% 0.25% -
HSV(B) 187.26º 0.98% 0.5% -
XYZ 9.66 13.14 22.11 -
YUV 81.12 153.89 72.28 -
System Red Green Blue C M Y K H S L
Decimal 3 112 127 0.98 0.12 0 0.50 187.26 0.95 0.25
Hex 3 70 7F 62 C 0 32 BB 5F 19
Octal 3 160 177 142 14 0 62 273 137 31
Binary 11 1110000 1111111 1100010 1100 0 110010 10111011 1011111 11001

Color Harmonies of #03707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03707F

Black with #03707F

Text Example


Text Example

White with #03707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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