Html Css Color HEX #10C0BB Iris Blue

📋 copy color: '#10C0BB'

red 16 ◦ green 192 ◦ blue 187

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

Shades of Iris Blue #10C0BB

Tints of Iris Blue #10C0BB

RGB

 RED value IS 16 (6.64% from 255) = 4.05%

 GREEN value IS 192 (75.39% from 255) = 48.61%

 BLUE value IS 187 (73.44% from 255) = 47.34%

R = 4.05%
G = 48.61%
B = 47.34%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#10C0BB (or 0x10C0BB) is known color: Iris Blue. HEX triplet: 10, C0 and BB. RGB value is (16,192,187). Sum of RGB (Red+Green+Blue) = 16+192+187=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #10C0BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C0BB is #EF3F44. Grayscale: #8A8A8A. Windows color (decimal): -15679301 or 12304400. OLE color: 12304400.

HSL color Cylindrical-coordinate representation of color #10C0BB: hue angle of 178.3º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C0BB is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 192 187 -
CMYK 0.92 0 0.03 0.25
HSL 178.3º 0.85% 0.41% -
HSV(B) 178.3º 0.92% 0.75% -
XYZ 28.03 41.4 53.53 -
YUV 138.81 155.19 40.41 -
System Red Green Blue C M Y K H S L
Decimal 16 192 187 0.92 0 0.03 0.25 178.3 0.85 0.41
Hex 10 C0 BB 5C 0 3 19 B2 55 29
Octal 20 300 273 134 0 3 31 262 125 51
Binary 10000 11000000 10111011 1011100 0 11 11001 10110010 1010101 101001

Color Harmonies of #10C0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C0BB

Black with #10C0BB

Text Example


Text Example

White with #10C0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10C0BB; }

 p { color: rgb(16,192,187); }

 H1.HeaderClassName
 {
   color: #10C0BB;
 }
 .AnyTagClassName
 {
   color: #10C0BB;
 }
</style>

background-color css

<style>
 a { background-color: #10C0BB; }

 a { background-color: rgb(16,192,187); }

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

border-color css

<style>
 span { border-color: #10C0BB; }

 span { border-color: rgb(16,192,187); }

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