Html Css Color HEX #0CB6B6 Iris Blue

📋 copy color: '#0CB6B6'

red 12 ◦ green 182 ◦ blue 182

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

Shades of Iris Blue #0CB6B6

Tints of Iris Blue #0CB6B6

RGB

 RED value IS 12 (5.08% from 255) = 3.19%

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

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

R = 3.19%
G = 48.4%
B = 48.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0CB6B6 (or 0x0CB6B6) is known color: Iris Blue. HEX triplet: 0C, B6 and B6. RGB value is (12,182,182). Sum of RGB (Red+Green+Blue) = 12+182+182=376 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.19% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 182 - color contains mainly: green, blue. Hex color #0CB6B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB6B6 is #F34949. Grayscale: #838383. Windows color (decimal): -15944010 or 11974156. OLE color: 11974156.

HSL color Cylindrical-coordinate representation of color #0CB6B6: hue angle of 180º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB6B6 is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 182 182 -
CMYK 0.93 0 0 0.29
HSL 180º 0.88% 0.38% -
HSV(B) 180º 0.93% 0.71% -
XYZ 25.32 36.91 50.05 -
YUV 131.17 156.68 43 -
System Red Green Blue C M Y K H S L
Decimal 12 182 182 0.93 0 0 0.29 180 0.88 0.38
Hex C B6 B6 5D 0 0 1D B4 58 26
Octal 14 266 266 135 0 0 35 264 130 46
Binary 1100 10110110 10110110 1011101 0 0 11101 10110100 1011000 100110

Color Harmonies of #0CB6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB6B6

Black with #0CB6B6

Text Example


Text Example

White with #0CB6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CB6B6; }

 p { color: rgb(12,182,182); }

 H1.HeaderClassName
 {
   color: #0CB6B6;
 }
 .AnyTagClassName
 {
   color: #0CB6B6;
 }
</style>

background-color css

<style>
 a { background-color: #0CB6B6; }

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

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

border-color css

<style>
 span { border-color: #0CB6B6; }

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

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