Html Css Color HEX #007278 Surfie Green

📋 copy color: '#007278'

red 0 ◦ green 114 ◦ blue 120

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

Shades of Surfie Green #007278

Tints of Surfie Green #007278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.28%

R = 0%
G = 48.72%
B = 51.28%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#007278 (or 0x007278) is known color: Surfie Green. HEX triplet: 00, 72 and 78. RGB value is (0,114,120). Sum of RGB (Red+Green+Blue) = 0+114+120=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #007278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007278 is #FF8D87. Grayscale: #505050. Windows color (decimal): -16747912 or 7893504. OLE color: 7893504.

HSL color Cylindrical-coordinate representation of color #007278: hue angle of 183º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007278 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 114 120 -
CMYK 1 0.05 0 0.53
HSL 183º 1% 0.24% -
HSV(B) 183º 1% 0.47% -
XYZ 9.41 13.39 19.86 -
YUV 80.6 150.23 70.51 -
System Red Green Blue C M Y K H S L
Decimal 0 114 120 1 0.05 0 0.53 183 1 0.24
Hex 0 72 78 64 5 0 35 B7 64 18
Octal 0 162 170 144 5 0 65 267 144 30
Binary 0 1110010 1111000 1100100 101 0 110101 10110111 1100100 11000

Color Harmonies of #007278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007278

Black with #007278

Text Example


Text Example

White with #007278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007278; }

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

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

background-color css

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

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

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

border-color css

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

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

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