Html Css Color HEX #0A707B Surfie Green

📋 copy color: '#0A707B'

red 10 ◦ green 112 ◦ blue 123

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

Shades of Surfie Green #0A707B

Tints of Surfie Green #0A707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 50.2%

R = 4.08%
G = 45.71%
B = 50.2%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0A707B (or 0x0A707B) is known color: Surfie Green. HEX triplet: 0A, 70 and 7B. RGB value is (10,112,123). Sum of RGB (Red+Green+Blue) = 10+112+123=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #0A707B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A707B is #F58F84. Grayscale: #525252. Windows color (decimal): -16093061 or 8089610. OLE color: 8089610.

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

Color convert

RGB 10 112 123 -
CMYK 0.92 0.09 0 0.52
HSL 185.84º 0.85% 0.26% -
HSV(B) 185.84º 0.92% 0.48% -
XYZ 9.49 13.08 20.76 -
YUV 82.76 150.71 76.11 -
System Red Green Blue C M Y K H S L
Decimal 10 112 123 0.92 0.09 0 0.52 185.84 0.85 0.26
Hex A 70 7B 5C 9 0 34 BA 55 1A
Octal 12 160 173 134 11 0 64 272 125 32
Binary 1010 1110000 1111011 1011100 1001 0 110100 10111010 1010101 11010

Color Harmonies of #0A707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A707B

Black with #0A707B

Text Example


Text Example

White with #0A707B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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