Html Css Color HEX #01757D Surfie Green

📋 copy color: '#01757D'

red 1 ◦ green 117 ◦ blue 125

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

Shades of Surfie Green #01757D

Tints of Surfie Green #01757D

RGB

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

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

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

R = 0.41%
G = 48.15%
B = 51.44%

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

#01757D (or 0x01757D) is known color: Surfie Green. HEX triplet: 01, 75 and 7D. RGB value is (1,117,125). Sum of RGB (Red+Green+Blue) = 1+117+125=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #01757D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01757D is #FE8A82. Grayscale: #535353. Windows color (decimal): -16681603 or 8221953. OLE color: 8221953.

HSL color Cylindrical-coordinate representation of color #01757D: hue angle of 183.87º 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 #01757D is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 117 125 -
CMYK 0.99 0.06 0 0.51
HSL 183.87º 0.98% 0.25% -
HSV(B) 183.87º 0.99% 0.49% -
XYZ 10.08 14.21 21.61 -
YUV 83.23 151.57 69.35 -
System Red Green Blue C M Y K H S L
Decimal 1 117 125 0.99 0.06 0 0.51 183.87 0.98 0.25
Hex 1 75 7D 63 6 0 33 B8 62 19
Octal 1 165 175 143 6 0 63 270 142 31
Binary 1 1110101 1111101 1100011 110 0 110011 10111000 1100010 11001

Color Harmonies of #01757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01757D

Black with #01757D

Text Example


Text Example

White with #01757D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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