Html Css Color HEX #07C0BB Iris Blue

📋 copy color: '#07C0BB'

red 7 ◦ green 192 ◦ blue 187

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

Shades of Iris Blue #07C0BB

Tints of Iris Blue #07C0BB

RGB

 RED value IS 7 (3.13% from 255) = 1.81%

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

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

R = 1.81%
G = 49.74%
B = 48.45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#07C0BB (or 0x07C0BB) is known color: Iris Blue. HEX triplet: 07, C0 and BB. RGB value is (7,192,187). Sum of RGB (Red+Green+Blue) = 7+192+187=386 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #07C0BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C0BB is #F83F44. Grayscale: #878787. Windows color (decimal): -16269125 or 12304391. OLE color: 12304391.

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

Color convert

RGB 7 192 187 -
CMYK 0.96 0 0.03 0.25
HSL 178.38º 0.93% 0.39% -
HSV(B) 178.38º 0.96% 0.75% -
XYZ 27.91 41.33 53.52 -
YUV 136.12 156.71 35.91 -
System Red Green Blue C M Y K H S L
Decimal 7 192 187 0.96 0 0.03 0.25 178.38 0.93 0.39
Hex 7 C0 BB 60 0 3 19 B2 5D 27
Octal 7 300 273 140 0 3 31 262 135 47
Binary 111 11000000 10111011 1100000 0 11 11001 10110010 1011101 100111

Color Harmonies of #07C0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C0BB

Black with #07C0BB

Text Example


Text Example

White with #07C0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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