#22BFB0

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

Shades of Light Sea Green #22BFB0

Tints of Light Sea Green #22BFB0

Color information

#22BFB0 (or 0x22BFB0) is unknown color: approx Light Sea Green. HEX triplet: 22, BF and B0. RGB value is (34,191,176). Sum of RGB (Red+Green+Blue) = 34+191+176=401 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.48% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #22BFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22BFB0 is #DD404F. Grayscale: #8E8E8E. Windows color (decimal): -14499920 or 11583266. OLE color: 11583266.

HSL color Cylindrical-coordinate representation of color #22BFB0: hue angle of 174.27º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BFB0 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB34191176-
CMYK0.8200.080.25
HSL174.27º69.78%44.12%-
HSV(B)174.27º82.2%74.9%-
XYZ27.1340.7447.51-
YUV142.35146.9950.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.48%
GREEN value IS 191 (75% from 255) = 47.63%
BLUE value IS 176 (69.14% from 255) = 43.89%
R=8.48%
G=47.63%
B=43.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal341911760.8200.080.25174.2769.7844.12
Hex22BFB0520819ae462c
Octal422772601220103125610654
Binary100010101111111011000010100100100011001101011101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,191,176); }

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

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

 a { background-color: rgb(34,191,176); }

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

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

 span { border-color: rgb(34,191,176); }

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