Html Css Color HEX #00707D Surfie Green

📋 copy color: '#00707D'

red 0 ◦ green 112 ◦ blue 125

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

Shades of Surfie Green #00707D

Tints of Surfie Green #00707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.26%

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

R = 0%
G = 47.26%
B = 52.74%

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

#00707D (or 0x00707D) is known color: Surfie Green. HEX triplet: 00, 70 and 7D. RGB value is (0,112,125). Sum of RGB (Red+Green+Blue) = 0+112+125=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #00707D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00707D is #FF8F82. Grayscale: #4F4F4F. Windows color (decimal): -16748419 or 8220672. OLE color: 8220672.

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

Color convert

RGB 0 112 125 -
CMYK 1 0.10 0 0.51
HSL 186.24º 1% 0.25% -
HSV(B) 186.24º 1% 0.49% -
XYZ 9.5 13.07 21.42 -
YUV 79.99 153.39 70.94 -
System Red Green Blue C M Y K H S L
Decimal 0 112 125 1 0.10 0 0.51 186.24 1 0.25
Hex 0 70 7D 64 A 0 33 BA 64 19
Octal 0 160 175 144 12 0 63 272 144 31
Binary 0 1110000 1111101 1100100 1010 0 110011 10111010 1100100 11001

Color Harmonies of #00707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00707D

Black with #00707D

Text Example


Text Example

White with #00707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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