Html Css Color HEX #0A707A Surfie Green

📋 copy color: '#0A707A'

red 10 ◦ green 112 ◦ blue 122

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

Shades of Surfie Green #0A707A

Tints of Surfie Green #0A707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.9%

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

R = 4.1%
G = 45.9%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0A707A (or 0x0A707A) is known color: Surfie Green. HEX triplet: 0A, 70 and 7A. RGB value is (10,112,122). Sum of RGB (Red+Green+Blue) = 10+112+122=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #0A707A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A707A is #F58F85. Grayscale: #525252. Windows color (decimal): -16093062 or 8024074. OLE color: 8024074.

HSL color Cylindrical-coordinate representation of color #0A707A: hue angle of 185.36º 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 #0A707A is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 10 112 122 -
CMYK 0.92 0.08 0 0.52
HSL 185.36º 0.85% 0.26% -
HSV(B) 185.36º 0.92% 0.48% -
XYZ 9.43 13.06 20.44 -
YUV 82.64 150.21 76.19 -
System Red Green Blue C M Y K H S L
Decimal 10 112 122 0.92 0.08 0 0.52 185.36 0.85 0.26
Hex A 70 7A 5C 8 0 34 B9 55 1A
Octal 12 160 172 134 10 0 64 271 125 32
Binary 1010 1110000 1111010 1011100 1000 0 110100 10111001 1010101 11010

Color Harmonies of #0A707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A707A

Black with #0A707A

Text Example


Text Example

White with #0A707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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