Html Css Color HEX #0A757C Surfie Green

📋 copy color: '#0A757C'

red 10 ◦ green 117 ◦ blue 124

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

Shades of Surfie Green #0A757C

Tints of Surfie Green #0A757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.61%

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

R = 3.98%
G = 46.61%
B = 49.4%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0A757C (or 0x0A757C) is known color: Surfie Green. HEX triplet: 0A, 75 and 7C. RGB value is (10,117,124). Sum of RGB (Red+Green+Blue) = 10+117+124=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 117 (46.09% from 255 or 46.61% 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 #0A757C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A757C is #F58A83. Grayscale: #555555. Windows color (decimal): -16091780 or 8156426. OLE color: 8156426.

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

Color convert

RGB 10 117 124 -
CMYK 0.92 0.06 0 0.51
HSL 183.68º 0.85% 0.26% -
HSV(B) 183.68º 0.92% 0.49% -
XYZ 10.12 14.24 21.28 -
YUV 85.81 149.55 73.93 -
System Red Green Blue C M Y K H S L
Decimal 10 117 124 0.92 0.06 0 0.51 183.68 0.85 0.26
Hex A 75 7C 5C 6 0 33 B8 55 1A
Octal 12 165 174 134 6 0 63 270 125 32
Binary 1010 1110101 1111100 1011100 110 0 110011 10111000 1010101 11010

Color Harmonies of #0A757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A757C

Black with #0A757C

Text Example


Text Example

White with #0A757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,117,124); }

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

background-color css

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

 a { background-color: rgb(10,117,124); }

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

border-color css

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

 span { border-color: rgb(10,117,124); }

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