Html Css Color HEX #10757D Surfie Green

📋 copy color: '#10757D'

red 16 ◦ green 117 ◦ blue 125

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

Shades of Surfie Green #10757D

Tints of Surfie Green #10757D

RGB

 RED value IS 16 (6.64% from 255) = 6.2%

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

 BLUE value IS 125 (49.22% from 255) = 48.45%

R = 6.2%
G = 45.35%
B = 48.45%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10757D (or 0x10757D) is known color: Surfie Green. HEX triplet: 10, 75 and 7D. RGB value is (16,117,125). Sum of RGB (Red+Green+Blue) = 16+117+125=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #10757D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10757D is #EF8A82. Grayscale: #575757. Windows color (decimal): -15698563 or 8221968. OLE color: 8221968.

HSL color Cylindrical-coordinate representation of color #10757D: hue angle of 184.4º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10757D is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 117 125 -
CMYK 0.87 0.06 0 0.51
HSL 184.4º 0.77% 0.28% -
HSV(B) 184.4º 0.87% 0.49% -
XYZ 10.28 14.31 21.62 -
YUV 87.71 149.04 76.85 -
System Red Green Blue C M Y K H S L
Decimal 16 117 125 0.87 0.06 0 0.51 184.4 0.77 0.28
Hex 10 75 7D 57 6 0 33 B8 4D 1C
Octal 20 165 175 127 6 0 63 270 115 34
Binary 10000 1110101 1111101 1010111 110 0 110011 10111000 1001101 11100

Color Harmonies of #10757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10757D

Black with #10757D

Text Example


Text Example

White with #10757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10757D; }

 p { color: rgb(16,117,125); }

 H1.HeaderClassName
 {
   color: #10757D;
 }
 .AnyTagClassName
 {
   color: #10757D;
 }
</style>

background-color css

<style>
 a { background-color: #10757D; }

 a { background-color: rgb(16,117,125); }

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

border-color css

<style>
 span { border-color: #10757D; }

 span { border-color: rgb(16,117,125); }

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