Html Css Color HEX #007277 Surfie Green

📋 copy color: '#007277'

red 0 ◦ green 114 ◦ blue 119

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

Shades of Surfie Green #007277

Tints of Surfie Green #007277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.07%

R = 0%
G = 48.93%
B = 51.07%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#007277 (or 0x007277) is known color: Surfie Green. HEX triplet: 00, 72 and 77. RGB value is (0,114,119). Sum of RGB (Red+Green+Blue) = 0+114+119=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #007277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007277 is #FF8D88. Grayscale: #505050. Windows color (decimal): -16747913 or 7827968. OLE color: 7827968.

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

Color convert

RGB 0 114 119 -
CMYK 1 0.04 0 0.53
HSL 182.52º 1% 0.23% -
HSV(B) 182.52º 1% 0.47% -
XYZ 9.35 13.37 19.54 -
YUV 80.48 149.73 70.59 -
System Red Green Blue C M Y K H S L
Decimal 0 114 119 1 0.04 0 0.53 182.52 1 0.23
Hex 0 72 77 64 4 0 35 B7 64 17
Octal 0 162 167 144 4 0 65 267 144 27
Binary 0 1110010 1110111 1100100 100 0 110101 10110111 1100100 10111

Color Harmonies of #007277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007277

Black with #007277

Text Example


Text Example

White with #007277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007277; }

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

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

background-color css

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

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

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

border-color css

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

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

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