Html Css Color HEX #00727C Surfie Green

📋 copy color: '#00727C'

red 0 ◦ green 114 ◦ blue 124

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

Shades of Surfie Green #00727C

Tints of Surfie Green #00727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.9%

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

R = 0%
G = 47.9%
B = 52.1%

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

#00727C (or 0x00727C) is known color: Surfie Green. HEX triplet: 00, 72 and 7C. RGB value is (0,114,124). Sum of RGB (Red+Green+Blue) = 0+114+124=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #00727C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00727C is #FF8D83. Grayscale: #505050. Windows color (decimal): -16747908 or 8155648. OLE color: 8155648.

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

Color convert

RGB 0 114 124 -
CMYK 1 0.08 0 0.51
HSL 184.84º 1% 0.24% -
HSV(B) 184.84º 1% 0.49% -
XYZ 9.66 13.49 21.16 -
YUV 81.05 152.23 70.19 -
System Red Green Blue C M Y K H S L
Decimal 0 114 124 1 0.08 0 0.51 184.84 1 0.24
Hex 0 72 7C 64 8 0 33 B9 64 18
Octal 0 162 174 144 10 0 63 271 144 30
Binary 0 1110010 1111100 1100100 1000 0 110011 10111001 1100100 11000

Color Harmonies of #00727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00727C

Black with #00727C

Text Example


Text Example

White with #00727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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