Html Css Color HEX #007475 Surfie Green

📋 copy color: '#007475'

red 0 ◦ green 116 ◦ blue 117

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

Shades of Surfie Green #007475

Tints of Surfie Green #007475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.21%

R = 0%
G = 49.79%
B = 50.21%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#007475 (or 0x007475) is known color: Surfie Green. HEX triplet: 00, 74 and 75. RGB value is (0,116,117). Sum of RGB (Red+Green+Blue) = 0+116+117=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #007475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007475 is #FF8B8A. Grayscale: #515151. Windows color (decimal): -16747403 or 7697408. OLE color: 7697408.

HSL color Cylindrical-coordinate representation of color #007475: hue angle of 180.51º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007475 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 116 117 -
CMYK 1 0.01 0 0.54
HSL 180.51º 1% 0.23% -
HSV(B) 180.51º 1% 0.46% -
XYZ 9.46 13.78 18.99 -
YUV 81.43 148.07 69.92 -
System Red Green Blue C M Y K H S L
Decimal 0 116 117 1 0.01 0 0.54 180.51 1 0.23
Hex 0 74 75 64 1 0 36 B5 64 17
Octal 0 164 165 144 1 0 66 265 144 27
Binary 0 1110100 1110101 1100100 1 0 110110 10110101 1100100 10111

Color Harmonies of #007475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007475

Black with #007475

Text Example


Text Example

White with #007475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007475; }

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

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

background-color css

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

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

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

border-color css

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

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

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