Html Css Color HEX #01787D Surfie Green

📋 copy color: '#01787D'

red 1 ◦ green 120 ◦ blue 125

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

Shades of Surfie Green #01787D

Tints of Surfie Green #01787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.78%

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

R = 0.41%
G = 48.78%
B = 50.81%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01787D (or 0x01787D) is known color: Surfie Green. HEX triplet: 01, 78 and 7D. RGB value is (1,120,125). Sum of RGB (Red+Green+Blue) = 1+120+125=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #01787D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01787D is #FE8782. Grayscale: #545454. Windows color (decimal): -16680835 or 8222721. OLE color: 8222721.

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

Color convert

RGB 1 120 125 -
CMYK 0.99 0.04 0 0.51
HSL 182.42º 0.98% 0.25% -
HSV(B) 182.42º 0.99% 0.49% -
XYZ 10.43 14.92 21.73 -
YUV 84.99 150.58 68.09 -
System Red Green Blue C M Y K H S L
Decimal 1 120 125 0.99 0.04 0 0.51 182.42 0.98 0.25
Hex 1 78 7D 63 4 0 33 B6 62 19
Octal 1 170 175 143 4 0 63 266 142 31
Binary 1 1111000 1111101 1100011 100 0 110011 10110110 1100010 11001

Color Harmonies of #01787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01787D

Black with #01787D

Text Example


Text Example

White with #01787D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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