Html Css Color HEX #00757D Surfie Green

📋 copy color: '#00757D'

red 0 ◦ green 117 ◦ blue 125

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

Shades of Surfie Green #00757D

Tints of Surfie Green #00757D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.35%

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

R = 0%
G = 48.35%
B = 51.65%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00757D (or 0x00757D) is known color: Surfie Green. HEX triplet: 00, 75 and 7D. RGB value is (0,117,125). Sum of RGB (Red+Green+Blue) = 0+117+125=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #00757D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00757D is #FF8A82. Grayscale: #525252. Windows color (decimal): -16747139 or 8221952. OLE color: 8221952.

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

Color convert

RGB 0 117 125 -
CMYK 1 0.06 0 0.51
HSL 183.84º 1% 0.25% -
HSV(B) 183.84º 1% 0.49% -
XYZ 10.06 14.2 21.61 -
YUV 82.93 151.74 68.85 -
System Red Green Blue C M Y K H S L
Decimal 0 117 125 1 0.06 0 0.51 183.84 1 0.25
Hex 0 75 7D 64 6 0 33 B8 64 19
Octal 0 165 175 144 6 0 63 270 144 31
Binary 0 1110101 1111101 1100100 110 0 110011 10111000 1100100 11001

Color Harmonies of #00757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00757D

Black with #00757D

Text Example


Text Example

White with #00757D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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