Html Css Color HEX #01727E Surfie Green

📋 copy color: '#01727E'

red 1 ◦ green 114 ◦ blue 126

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

Shades of Surfie Green #01727E

Tints of Surfie Green #01727E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 52.28%

R = 0.41%
G = 47.3%
B = 52.28%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01727E (or 0x01727E) is known color: Surfie Green. HEX triplet: 01, 72 and 7E. RGB value is (1,114,126). Sum of RGB (Red+Green+Blue) = 1+114+126=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #01727E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01727E is #FE8D81. Grayscale: #515151. Windows color (decimal): -16682370 or 8286721. OLE color: 8286721.

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

Color convert

RGB 1 114 126 -
CMYK 0.99 0.10 0 0.51
HSL 185.76º 0.98% 0.25% -
HSV(B) 185.76º 0.99% 0.49% -
XYZ 9.8 13.55 21.84 -
YUV 81.58 153.06 70.52 -
System Red Green Blue C M Y K H S L
Decimal 1 114 126 0.99 0.10 0 0.51 185.76 0.98 0.25
Hex 1 72 7E 63 A 0 33 BA 62 19
Octal 1 162 176 143 12 0 63 272 142 31
Binary 1 1110010 1111110 1100011 1010 0 110011 10111010 1100010 11001

Color Harmonies of #01727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01727E

Black with #01727E

Text Example


Text Example

White with #01727E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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