Html Css Color HEX #0C737C Surfie Green

📋 copy color: '#0C737C'

red 12 ◦ green 115 ◦ blue 124

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

Shades of Surfie Green #0C737C

Tints of Surfie Green #0C737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.82%

 BLUE value IS 124 (48.83% from 255) = 49.4%

R = 4.78%
G = 45.82%
B = 49.4%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0C737C (or 0x0C737C) is known color: Surfie Green. HEX triplet: 0C, 73 and 7C. RGB value is (12,115,124). Sum of RGB (Red+Green+Blue) = 12+115+124=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #0C737C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C737C is #F38C83. Grayscale: #555555. Windows color (decimal): -15961220 or 8155916. OLE color: 8155916.

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

Color convert

RGB 12 115 124 -
CMYK 0.90 0.07 0 0.51
HSL 184.82º 0.82% 0.27% -
HSV(B) 184.82º 0.9% 0.49% -
XYZ 9.92 13.79 21.21 -
YUV 85.23 149.88 75.77 -
System Red Green Blue C M Y K H S L
Decimal 12 115 124 0.90 0.07 0 0.51 184.82 0.82 0.27
Hex C 73 7C 5A 7 0 33 B9 52 1B
Octal 14 163 174 132 7 0 63 271 122 33
Binary 1100 1110011 1111100 1011010 111 0 110011 10111001 1010010 11011

Color Harmonies of #0C737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C737C

Black with #0C737C

Text Example


Text Example

White with #0C737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,115,124); }

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

background-color css

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

 a { background-color: rgb(12,115,124); }

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

border-color css

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

 span { border-color: rgb(12,115,124); }

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