#22B4BB

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

Shades of Light Sea Green #22B4BB

Tints of Light Sea Green #22B4BB

Color information

#22B4BB (or 0x22B4BB) is unknown color: approx Light Sea Green. HEX triplet: 22, B4 and BB. RGB value is (34,180,187). Sum of RGB (Red+Green+Blue) = 34+180+187=401 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.48% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #22B4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22B4BB is #DD4B44. Grayscale: #888888. Windows color (decimal): -14502725 or 12301346. OLE color: 12301346.

HSL color Cylindrical-coordinate representation of color #22B4BB: hue angle of 182.75º 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 #22B4BB is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB34180187-
CMYK0.820.0400.27
HSL182.75º69.23%43.33%-
HSV(B)182.75º81.82%73.33%-
XYZ25.9536.5752.7-
YUV137.14156.1354.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.48%
GREEN value IS 180 (70.70% from 255) = 44.89%
BLUE value IS 187 (73.44% from 255) = 46.63%
R=8.48%
G=44.89%
B=46.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal341801870.820.0400.27182.7569.2343.33
Hex22B4BB52401Bb7452b
Octal42264273122403326710553
Binary10001010110100101110111010010100011011101101111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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