Html Css Color HEX #00787D Surfie Green

📋 copy color: '#00787D'

red 0 ◦ green 120 ◦ blue 125

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

Shades of Surfie Green #00787D

Tints of Surfie Green #00787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.98%

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

R = 0%
G = 48.98%
B = 51.02%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00787D (or 0x00787D) is known color: Surfie Green. HEX triplet: 00, 78 and 7D. RGB value is (0,120,125). Sum of RGB (Red+Green+Blue) = 0+120+125=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #00787D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00787D is #FF8782. Grayscale: #545454. Windows color (decimal): -16746371 or 8222720. OLE color: 8222720.

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

Color convert

RGB 0 120 125 -
CMYK 1 0.04 0 0.51
HSL 182.4º 1% 0.25% -
HSV(B) 182.4º 1% 0.49% -
XYZ 10.42 14.91 21.73 -
YUV 84.69 150.74 67.59 -
System Red Green Blue C M Y K H S L
Decimal 0 120 125 1 0.04 0 0.51 182.4 1 0.25
Hex 0 78 7D 64 4 0 33 B6 64 19
Octal 0 170 175 144 4 0 63 266 144 31
Binary 0 1111000 1111101 1100100 100 0 110011 10110110 1100100 11001

Color Harmonies of #00787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00787D

Black with #00787D

Text Example


Text Example

White with #00787D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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