Html Css Color HEX #0C717A Surfie Green

📋 copy color: '#0C717A'

red 12 ◦ green 113 ◦ blue 122

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

Shades of Surfie Green #0C717A

Tints of Surfie Green #0C717A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 49.39%

R = 4.86%
G = 45.75%
B = 49.39%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0C717A (or 0x0C717A) is known color: Surfie Green. HEX triplet: 0C, 71 and 7A. RGB value is (12,113,122). Sum of RGB (Red+Green+Blue) = 12+113+122=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #0C717A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C717A is #F38E85. Grayscale: #535353. Windows color (decimal): -15961734 or 8024332. OLE color: 8024332.

HSL color Cylindrical-coordinate representation of color #0C717A: hue angle of 184.91º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C717A is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 12 113 122 -
CMYK 0.90 0.07 0 0.52
HSL 184.91º 0.82% 0.26% -
HSV(B) 184.91º 0.9% 0.48% -
XYZ 9.57 13.29 20.47 -
YUV 83.83 149.54 76.77 -
System Red Green Blue C M Y K H S L
Decimal 12 113 122 0.90 0.07 0 0.52 184.91 0.82 0.26
Hex C 71 7A 5A 7 0 34 B9 52 1A
Octal 14 161 172 132 7 0 64 271 122 32
Binary 1100 1110001 1111010 1011010 111 0 110100 10111001 1010010 11010

Color Harmonies of #0C717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C717A

Black with #0C717A

Text Example


Text Example

White with #0C717A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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