Html Css Color HEX #0C7175 Surfie Green

📋 copy color: '#0C7175'

red 12 ◦ green 113 ◦ blue 117

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

Shades of Surfie Green #0C7175

Tints of Surfie Green #0C7175

RGB

 RED value IS 12 (5.08% from 255) = 4.96%

 GREEN value IS 113 (44.53% from 255) = 46.69%

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

R = 4.96%
G = 46.69%
B = 48.35%

CMYK

 C value IS 0.90

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0C7175 (or 0x0C7175) is known color: Surfie Green. HEX triplet: 0C, 71 and 75. RGB value is (12,113,117). Sum of RGB (Red+Green+Blue) = 12+113+117=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C7175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7175 is #F38E8A. Grayscale: #535353. Windows color (decimal): -15961739 or 7696652. OLE color: 7696652.

HSL color Cylindrical-coordinate representation of color #0C7175: hue angle of 182.29º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7175 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 113 117 -
CMYK 0.90 0.03 0 0.54
HSL 182.29º 0.81% 0.25% -
HSV(B) 182.29º 0.9% 0.46% -
XYZ 9.27 13.17 18.88 -
YUV 83.26 147.04 77.17 -
System Red Green Blue C M Y K H S L
Decimal 12 113 117 0.90 0.03 0 0.54 182.29 0.81 0.25
Hex C 71 75 5A 3 0 36 B6 51 19
Octal 14 161 165 132 3 0 66 266 121 31
Binary 1100 1110001 1110101 1011010 11 0 110110 10110110 1010001 11001

Color Harmonies of #0C7175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7175

Black with #0C7175

Text Example


Text Example

White with #0C7175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,113,117); }

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

background-color css

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

 a { background-color: rgb(12,113,117); }

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

border-color css

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

 span { border-color: rgb(12,113,117); }

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