Html Css Color HEX #16BEBE Iris Blue

📋 copy color: '#16BEBE'

red 22 ◦ green 190 ◦ blue 190

#16BEBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #16BEBE

Tints of Iris Blue #16BEBE

RGB

 RED value IS 22 (8.98% from 255) = 5.47%

 GREEN value IS 190 (74.61% from 255) = 47.26%

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 5.47%
G = 47.26%
B = 47.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#16BEBE (or 0x16BEBE) is known color: Iris Blue. HEX triplet: 16, BE and BE. RGB value is (22,190,190). Sum of RGB (Red+Green+Blue) = 22+190+190=402 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.47% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #16BEBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BEBE is #E94141. Grayscale: #8B8B8B. Windows color (decimal): -15286594 or 12500502. OLE color: 12500502.

HSL color Cylindrical-coordinate representation of color #16BEBE: hue angle of 180º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BEBE is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 190 190 -
CMYK 0.88 0 0 0.25
HSL 180º 0.79% 0.42% -
HSV(B) 180º 0.88% 0.75% -
XYZ 28.04 40.72 55.1 -
YUV 139.77 156.34 44 -
System Red Green Blue C M Y K H S L
Decimal 22 190 190 0.88 0 0 0.25 180 0.79 0.42
Hex 16 BE BE 58 0 0 19 B4 4F 2A
Octal 26 276 276 130 0 0 31 264 117 52
Binary 10110 10111110 10111110 1011000 0 0 11001 10110100 1001111 101010

Color Harmonies of #16BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BEBE

Black with #16BEBE

Text Example


Text Example

White with #16BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16BEBE; }

 p { color: rgb(22,190,190); }

 H1.HeaderClassName
 {
   color: #16BEBE;
 }
 .AnyTagClassName
 {
   color: #16BEBE;
 }
</style>

background-color css

<style>
 a { background-color: #16BEBE; }

 a { background-color: rgb(22,190,190); }

 div.DivClassName
 {
   background-color: #16BEBE;
 }
 .BgClassName
 {
   background-color: #16BEBE;
 }
</style>

border-color css

<style>
 span { border-color: #16BEBE; }

 span { border-color: rgb(22,190,190); }

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