Html Css Color HEX #0A737A Surfie Green

📋 copy color: '#0A737A'

red 10 ◦ green 115 ◦ blue 122

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

Shades of Surfie Green #0A737A

Tints of Surfie Green #0A737A

RGB

 RED value IS 10 (4.3% from 255) = 4.05%

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

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

R = 4.05%
G = 46.56%
B = 49.39%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0A737A (or 0x0A737A) is known color: Surfie Green. HEX triplet: 0A, 73 and 7A. RGB value is (10,115,122). Sum of RGB (Red+Green+Blue) = 10+115+122=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 115 (45.31% from 255 or 46.56% 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 #0A737A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A737A is #F58C85. Grayscale: #545454. Windows color (decimal): -16092294 or 8024842. OLE color: 8024842.

HSL color Cylindrical-coordinate representation of color #0A737A: hue angle of 183.75º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A737A is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 10 115 122 -
CMYK 0.92 0.06 0 0.52
HSL 183.75º 0.85% 0.26% -
HSV(B) 183.75º 0.92% 0.48% -
XYZ 9.77 13.73 20.55 -
YUV 84.4 149.21 74.93 -
System Red Green Blue C M Y K H S L
Decimal 10 115 122 0.92 0.06 0 0.52 183.75 0.85 0.26
Hex A 73 7A 5C 6 0 34 B8 55 1A
Octal 12 163 172 134 6 0 64 270 125 32
Binary 1010 1110011 1111010 1011100 110 0 110100 10111000 1010101 11010

Color Harmonies of #0A737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A737A

Black with #0A737A

Text Example


Text Example

White with #0A737A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,115,122); }

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

background-color css

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

 a { background-color: rgb(10,115,122); }

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

border-color css

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

 span { border-color: rgb(10,115,122); }

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