Html Css Color HEX #00BCB6 Iris Blue

📋 copy color: '#00BCB6'

red 0 ◦ green 188 ◦ blue 182

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

Shades of Iris Blue #00BCB6

Tints of Iris Blue #00BCB6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.81%

 BLUE value IS 182 (71.48% from 255) = 49.19%

R = 0%
G = 50.81%
B = 49.19%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#00BCB6 (or 0x00BCB6) is known color: Iris Blue. HEX triplet: 00, BC and B6. RGB value is (0,188,182). Sum of RGB (Red+Green+Blue) = 0+188+182=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #00BCB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BCB6 is #FF4349. Grayscale: #828282. Windows color (decimal): -16728906 or 11975680. OLE color: 11975680.

HSL color Cylindrical-coordinate representation of color #00BCB6: hue angle of 178.09º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BCB6 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 188 182 -
CMYK 1 0 0.03 0.26
HSL 178.09º 1% 0.37% -
HSV(B) 178.09º 1% 0.74% -
XYZ 26.43 39.34 50.46 -
YUV 131.1 156.72 34.49 -
System Red Green Blue C M Y K H S L
Decimal 0 188 182 1 0 0.03 0.26 178.09 1 0.37
Hex 0 BC B6 64 0 3 1A B2 64 25
Octal 0 274 266 144 0 3 32 262 144 45
Binary 0 10111100 10110110 1100100 0 11 11010 10110010 1100100 100101

Color Harmonies of #00BCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BCB6

Black with #00BCB6

Text Example


Text Example

White with #00BCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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