Html Css Color HEX #01727C Surfie Green

📋 copy color: '#01727C'

red 1 ◦ green 114 ◦ blue 124

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

Shades of Surfie Green #01727C

Tints of Surfie Green #01727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.7%

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

R = 0.42%
G = 47.7%
B = 51.88%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01727C (or 0x01727C) is known color: Surfie Green. HEX triplet: 01, 72 and 7C. RGB value is (1,114,124). Sum of RGB (Red+Green+Blue) = 1+114+124=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #01727C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01727C is #FE8D83. Grayscale: #515151. Windows color (decimal): -16682372 or 8155649. OLE color: 8155649.

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

Color convert

RGB 1 114 124 -
CMYK 0.99 0.08 0 0.51
HSL 184.88º 0.98% 0.25% -
HSV(B) 184.88º 0.99% 0.49% -
XYZ 9.67 13.5 21.16 -
YUV 81.35 152.06 70.69 -
System Red Green Blue C M Y K H S L
Decimal 1 114 124 0.99 0.08 0 0.51 184.88 0.98 0.25
Hex 1 72 7C 63 8 0 33 B9 62 19
Octal 1 162 174 143 10 0 63 271 142 31
Binary 1 1110010 1111100 1100011 1000 0 110011 10111001 1100010 11001

Color Harmonies of #01727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01727C

Black with #01727C

Text Example


Text Example

White with #01727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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