Html Css Color HEX #01757C Surfie Green

📋 copy color: '#01757C'

red 1 ◦ green 117 ◦ blue 124

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

Shades of Surfie Green #01757C

Tints of Surfie Green #01757C

RGB

 RED value IS 1 (0.78% from 255) = 0.41%

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

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

R = 0.41%
G = 48.35%
B = 51.24%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01757C (or 0x01757C) is known color: Surfie Green. HEX triplet: 01, 75 and 7C. RGB value is (1,117,124). Sum of RGB (Red+Green+Blue) = 1+117+124=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #01757C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01757C is #FE8A83. Grayscale: #525252. Windows color (decimal): -16681604 or 8156417. OLE color: 8156417.

HSL color Cylindrical-coordinate representation of color #01757C: hue angle of 183.41º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01757C is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 117 124 -
CMYK 0.99 0.06 0 0.51
HSL 183.41º 0.98% 0.25% -
HSV(B) 183.41º 0.99% 0.49% -
XYZ 10.01 14.18 21.28 -
YUV 83.11 151.07 69.43 -
System Red Green Blue C M Y K H S L
Decimal 1 117 124 0.99 0.06 0 0.51 183.41 0.98 0.25
Hex 1 75 7C 63 6 0 33 B7 62 19
Octal 1 165 174 143 6 0 63 267 142 31
Binary 1 1110101 1111100 1100011 110 0 110011 10110111 1100010 11001

Color Harmonies of #01757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01757C

Black with #01757C

Text Example


Text Example

White with #01757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01757C; }

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

 H1.HeaderClassName
 {
   color: #01757C;
 }
 .AnyTagClassName
 {
   color: #01757C;
 }
</style>

background-color css

<style>
 a { background-color: #01757C; }

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

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

border-color css

<style>
 span { border-color: #01757C; }

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

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