#227A68

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

Shades of Deep Sea #227A68

Tints of Deep Sea #227A68

Color information

#227A68 (or 0x227A68) is unknown color: approx Deep Sea. HEX triplet: 22, 7A and 68. RGB value is (34,122,104). Sum of RGB (Red+Green+Blue) = 34+122+104=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 122 (48.05% from 255 or 46.92% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 122 - color contains mainly: green. Hex color #227A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227A68 is #DD8597. Grayscale: #5D5D5D. Windows color (decimal): -14517656 or 6847010. OLE color: 6847010.

HSL color Cylindrical-coordinate representation of color #227A68: hue angle of 167.73º 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 #227A68 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB34122104-
CMYK0.7200.150.52
HSL167.73º56.41%30.59%-
HSV(B)167.73º72.13%47.84%-
XYZ10.1215.2615.51-
YUV93.64133.8585.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.08%
GREEN value IS 122 (48.05% from 255) = 46.92%
BLUE value IS 104 (41.02% from 255) = 40%
R=13.08%
G=46.92%
B=40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal341221040.7200.150.52167.7356.4130.59
Hex227A68480F34a8381f
Octal42172150110017642507037
Binary100010111101011010001001000011111101001010100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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