Html Css Color HEX #00717C Surfie Green

📋 copy color: '#00717C'

red 0 ◦ green 113 ◦ blue 124

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

Shades of Surfie Green #00717C

Tints of Surfie Green #00717C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 113 (44.53% from 255) = 47.68%

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

R = 0%
G = 47.68%
B = 52.32%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00717C (or 0x00717C) is known color: Surfie Green. HEX triplet: 00, 71 and 7C. RGB value is (0,113,124). Sum of RGB (Red+Green+Blue) = 0+113+124=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #00717C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00717C is #FF8E83. Grayscale: #505050. Windows color (decimal): -16748164 or 8155392. OLE color: 8155392.

HSL color Cylindrical-coordinate representation of color #00717C: hue angle of 185.32º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00717C is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 113 124 -
CMYK 1 0.09 0 0.51
HSL 185.32º 1% 0.24% -
HSV(B) 185.32º 1% 0.49% -
XYZ 9.54 13.27 21.13 -
YUV 80.47 152.56 70.61 -
System Red Green Blue C M Y K H S L
Decimal 0 113 124 1 0.09 0 0.51 185.32 1 0.24
Hex 0 71 7C 64 9 0 33 B9 64 18
Octal 0 161 174 144 11 0 63 271 144 30
Binary 0 1110001 1111100 1100100 1001 0 110011 10111001 1100100 11000

Color Harmonies of #00717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00717C

Black with #00717C

Text Example


Text Example

White with #00717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,113,124); }

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

background-color css

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

 a { background-color: rgb(0,113,124); }

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

border-color css

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

 span { border-color: rgb(0,113,124); }

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