Html Css Color HEX #0F747D Surfie Green

📋 copy color: '#0F747D'

red 15 ◦ green 116 ◦ blue 125

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

Shades of Surfie Green #0F747D

Tints of Surfie Green #0F747D

RGB

 RED value IS 15 (6.25% from 255) = 5.86%

 GREEN value IS 116 (45.7% from 255) = 45.31%

 BLUE value IS 125 (49.22% from 255) = 48.83%

R = 5.86%
G = 45.31%
B = 48.83%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0F747D (or 0x0F747D) is known color: Surfie Green. HEX triplet: 0F, 74 and 7D. RGB value is (15,116,125). Sum of RGB (Red+Green+Blue) = 15+116+125=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F747D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F747D is #F08B82. Grayscale: #565656. Windows color (decimal): -15764355 or 8221711. OLE color: 8221711.

HSL color Cylindrical-coordinate representation of color #0F747D: hue angle of 184.91º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F747D is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 116 125 -
CMYK 0.88 0.07 0 0.51
HSL 184.91º 0.79% 0.27% -
HSV(B) 184.91º 0.88% 0.49% -
XYZ 10.14 14.07 21.58 -
YUV 86.83 149.54 76.77 -
System Red Green Blue C M Y K H S L
Decimal 15 116 125 0.88 0.07 0 0.51 184.91 0.79 0.27
Hex F 74 7D 58 7 0 33 B9 4F 1B
Octal 17 164 175 130 7 0 63 271 117 33
Binary 1111 1110100 1111101 1011000 111 0 110011 10111001 1001111 11011

Color Harmonies of #0F747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F747D

Black with #0F747D

Text Example


Text Example

White with #0F747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F747D; }

 p { color: rgb(15,116,125); }

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

background-color css

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

 a { background-color: rgb(15,116,125); }

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

border-color css

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

 span { border-color: rgb(15,116,125); }

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