Html Css Color HEX #056F74 Surfie Green

📋 copy color: '#056F74'

red 5 ◦ green 111 ◦ blue 116

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

Shades of Surfie Green #056F74

Tints of Surfie Green #056F74

RGB

 RED value IS 5 (2.34% from 255) = 2.16%

 GREEN value IS 111 (43.75% from 255) = 47.84%

 BLUE value IS 116 (45.7% from 255) = 50%

R = 2.16%
G = 47.84%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#056F74 (or 0x056F74) is known color: Surfie Green. HEX triplet: 05, 6F and 74. RGB value is (5,111,116). Sum of RGB (Red+Green+Blue) = 5+111+116=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #056F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056F74 is #FA908B. Grayscale: #4F4F4F. Windows color (decimal): -16421004 or 7630597. OLE color: 7630597.

HSL color Cylindrical-coordinate representation of color #056F74: hue angle of 182.7º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056F74 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 111 116 -
CMYK 0.96 0.04 0 0.55
HSL 182.7º 0.92% 0.24% -
HSV(B) 182.7º 0.96% 0.45% -
XYZ 8.9 12.66 18.5 -
YUV 79.88 148.38 74.59 -
System Red Green Blue C M Y K H S L
Decimal 5 111 116 0.96 0.04 0 0.55 182.7 0.92 0.24
Hex 5 6F 74 60 4 0 37 B7 5C 18
Octal 5 157 164 140 4 0 67 267 134 30
Binary 101 1101111 1110100 1100000 100 0 110111 10110111 1011100 11000

Color Harmonies of #056F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056F74

Black with #056F74

Text Example


Text Example

White with #056F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056F74; }

 p { color: rgb(5,111,116); }

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

background-color css

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

 a { background-color: rgb(5,111,116); }

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

border-color css

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

 span { border-color: rgb(5,111,116); }

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