#22AFBB

Color #22AFBB Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #22AFBB

Tints of Light Sea Green #22AFBB

Color information

#22AFBB (or 0x22AFBB) is unknown color: approx Light Sea Green. HEX triplet: 22, AF and BB. RGB value is (34,175,187). Sum of RGB (Red+Green+Blue) = 34+175+187=396 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.59% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #22AFBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22AFBB is #DD5044. Grayscale: #868686. Windows color (decimal): -14504005 or 12300066. OLE color: 12300066.

HSL color Cylindrical-coordinate representation of color #22AFBB: hue angle of 184.71º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22AFBB is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB34175187-
CMYK0.820.0600.27
HSL184.71º69.23%43.33%-
HSV(B)184.71º81.82%73.33%-
XYZ24.9634.5952.37-
YUV134.21157.7956.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.59%
GREEN value IS 175 (68.75% from 255) = 44.19%
BLUE value IS 187 (73.44% from 255) = 47.22%
R=8.59%
G=44.19%
B=47.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal341751870.820.0600.27184.7169.2343.33
Hex22AFBB52601Bb9452b
Octal42257273122603327110553
Binary10001010101111101110111010010110011011101110011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22AFBB; }

 p { color: rgb(34,175,187); }

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

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

 a { background-color: rgb(34,175,187); }

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

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

 span { border-color: rgb(34,175,187); }

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