Html Css Color HEX #00747D Surfie Green

📋 copy color: '#00747D'

red 0 ◦ green 116 ◦ blue 125

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

Shades of Surfie Green #00747D

Tints of Surfie Green #00747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.13%

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

R = 0%
G = 48.13%
B = 51.87%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00747D (or 0x00747D) is known color: Surfie Green. HEX triplet: 00, 74 and 7D. RGB value is (0,116,125). Sum of RGB (Red+Green+Blue) = 0+116+125=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #00747D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00747D is #FF8B82. Grayscale: #525252. Windows color (decimal): -16747395 or 8221696. OLE color: 8221696.

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

Color convert

RGB 0 116 125 -
CMYK 1 0.07 0 0.51
HSL 184.32º 1% 0.25% -
HSV(B) 184.32º 1% 0.49% -
XYZ 9.95 13.97 21.57 -
YUV 82.34 152.07 69.27 -
System Red Green Blue C M Y K H S L
Decimal 0 116 125 1 0.07 0 0.51 184.32 1 0.25
Hex 0 74 7D 64 7 0 33 B8 64 19
Octal 0 164 175 144 7 0 63 270 144 31
Binary 0 1110100 1111101 1100100 111 0 110011 10111000 1100100 11001

Color Harmonies of #00747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00747D

Black with #00747D

Text Example


Text Example

White with #00747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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