Html Css Color HEX #00737D Surfie Green

📋 copy color: '#00737D'

red 0 ◦ green 115 ◦ blue 125

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

Shades of Surfie Green #00737D

Tints of Surfie Green #00737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.92%

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

R = 0%
G = 47.92%
B = 52.08%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00737D (or 0x00737D) is known color: Surfie Green. HEX triplet: 00, 73 and 7D. RGB value is (0,115,125). Sum of RGB (Red+Green+Blue) = 0+115+125=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #00737D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00737D is #FF8C82. Grayscale: #515151. Windows color (decimal): -16747651 or 8221440. OLE color: 8221440.

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

Color convert

RGB 0 115 125 -
CMYK 1 0.08 0 0.51
HSL 184.8º 1% 0.25% -
HSV(B) 184.8º 1% 0.49% -
XYZ 9.83 13.74 21.54 -
YUV 81.76 152.4 69.69 -
System Red Green Blue C M Y K H S L
Decimal 0 115 125 1 0.08 0 0.51 184.8 1 0.25
Hex 0 73 7D 64 8 0 33 B9 64 19
Octal 0 163 175 144 10 0 63 271 144 31
Binary 0 1110011 1111101 1100100 1000 0 110011 10111001 1100100 11001

Color Harmonies of #00737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00737D

Black with #00737D

Text Example


Text Example

White with #00737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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