Html Css Color HEX #00717D Surfie Green

📋 copy color: '#00717D'

red 0 ◦ green 113 ◦ blue 125

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

Shades of Surfie Green #00717D

Tints of Surfie Green #00717D

RGB

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

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

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

R = 0%
G = 47.48%
B = 52.52%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00717D (or 0x00717D) is known color: Surfie Green. HEX triplet: 00, 71 and 7D. RGB value is (0,113,125). Sum of RGB (Red+Green+Blue) = 0+113+125=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #00717D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00717D is #FF8E82. Grayscale: #505050. Windows color (decimal): -16748163 or 8220928. OLE color: 8220928.

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

Color convert

RGB 0 113 125 -
CMYK 1 0.10 0 0.51
HSL 185.76º 1% 0.25% -
HSV(B) 185.76º 1% 0.49% -
XYZ 9.61 13.29 21.46 -
YUV 80.58 153.06 70.52 -
System Red Green Blue C M Y K H S L
Decimal 0 113 125 1 0.10 0 0.51 185.76 1 0.25
Hex 0 71 7D 64 A 0 33 BA 64 19
Octal 0 161 175 144 12 0 63 272 144 31
Binary 0 1110001 1111101 1100100 1010 0 110011 10111010 1100100 11001

Color Harmonies of #00717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00717D

Black with #00717D

Text Example


Text Example

White with #00717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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