#227A5B

Color #227A5B Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #227A5B

Tints of Deep Sea #227A5B

Color information

#227A5B (or 0x227A5B) is unknown color: approx Deep Sea. HEX triplet: 22, 7A and 5B. RGB value is (34,122,91). Sum of RGB (Red+Green+Blue) = 34+122+91=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #227A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227A5B is #DD85A4. Grayscale: #5C5C5C. Windows color (decimal): -14517669 or 5995042. OLE color: 5995042.

HSL color Cylindrical-coordinate representation of color #227A5B: hue angle of 158.86º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227A5B is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB3412291-
CMYK0.7200.250.52
HSL158.86º56.41%30.59%-
HSV(B)158.86º72.13%47.84%-
XYZ9.5115.0112.29-
YUV92.15127.3586.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.77%
GREEN value IS 122 (48.05% from 255) = 49.39%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=13.77%
G=49.39%
B=36.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal34122910.7200.250.52158.8656.4130.59
Hex227A5B48019349f381f
Octal42172133110031642377037
Binary1000101111010101101110010000110011101001001111111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227A5B; }

 p { color: rgb(34,122,91); }

 H1.HeaderClassName
 {
   color: #227A5B;
 }
 .AnyTagClassName
 {
   color: #227A5B;
 }
</style>
background-color css

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

 a { background-color: rgb(34,122,91); }

 div.DivClassName
 {
   background-color: #227A5B;
 }
 .BgClassName
 {
   background-color: #227A5B;
 }
</style>
border-color css

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

 span { border-color: rgb(34,122,91); }

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