Html Css Color HEX #00B6B3 Iris Blue

📋 copy color: '#00B6B3'

red 0 ◦ green 182 ◦ blue 179

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

Shades of Iris Blue #00B6B3

Tints of Iris Blue #00B6B3

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 182 (71.48% from 255) = 50.42%

 BLUE value IS 179 (70.31% from 255) = 49.58%

R = 0%
G = 50.42%
B = 49.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#00B6B3 (or 0x00B6B3) is known color: Iris Blue. HEX triplet: 00, B6 and B3. RGB value is (0,182,179). Sum of RGB (Red+Green+Blue) = 0+182+179=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 179 (70.31% from 255 or 49.58% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #00B6B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B6B3 is #FF494C. Grayscale: #7F7F7F. Windows color (decimal): -16730445 or 11777536. OLE color: 11777536.

HSL color Cylindrical-coordinate representation of color #00B6B3: hue angle of 179.01º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B6B3 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 0 182 179 -
CMYK 1 0 0.02 0.29
HSL 179.01º 1% 0.36% -
HSV(B) 179.01º 1% 0.71% -
XYZ 24.86 36.71 48.42 -
YUV 127.24 157.2 37.24 -
System Red Green Blue C M Y K H S L
Decimal 0 182 179 1 0 0.02 0.29 179.01 1 0.36
Hex 0 B6 B3 64 0 2 1D B3 64 24
Octal 0 266 263 144 0 2 35 263 144 44
Binary 0 10110110 10110011 1100100 0 10 11101 10110011 1100100 100100

Color Harmonies of #00B6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B6B3

Black with #00B6B3

Text Example


Text Example

White with #00B6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00B6B3; }

 p { color: rgb(0,182,179); }

 H1.HeaderClassName
 {
   color: #00B6B3;
 }
 .AnyTagClassName
 {
   color: #00B6B3;
 }
</style>

background-color css

<style>
 a { background-color: #00B6B3; }

 a { background-color: rgb(0,182,179); }

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

border-color css

<style>
 span { border-color: #00B6B3; }

 span { border-color: rgb(0,182,179); }

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